Html Css Color HEX #0F2531 Black Pearl

📋 copy color: '#0F2531'

red 15 ◦ green 37 ◦ blue 49

#0F2531
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Pearl #0F2531

Tints of Black Pearl #0F2531

RGB

 RED value IS 15 (6.25% from 255) = 14.85%

 GREEN value IS 37 (14.84% from 255) = 36.63%

 BLUE value IS 49 (19.53% from 255) = 48.51%

R = 14.85%
G = 36.63%
B = 48.51%

CMYK

 C value IS 0.69

 M value IS 0.24

 Y value IS 0

 K value IS 0.81

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0F2531 (or 0x0F2531) is known color: Black Pearl. HEX triplet: 0F, 25 and 31. RGB value is (15,37,49). Sum of RGB (Red+Green+Blue) = 15+37+49=101 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.85% from 101); Green value is 37 (14.84% from 255 or 36.63% from 101); Blue value is 49 (19.53% from 255 or 48.51% from 101); Max value from RGB is 49 - color contains mainly: blue. Hex color #0F2531 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2531 is #F0DACE. Grayscale: #1F1F1F. Windows color (decimal): -15784655 or 3220751. OLE color: 3220751.

HSL color Cylindrical-coordinate representation of color #0F2531: hue angle of 201.18º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0F2531 is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 15 37 49 -
CMYK 0.69 0.24 0 0.81
HSL 201.18º 0.53% 0.13% -
HSV(B) 201.18º 0.69% 0.19% -
XYZ 1.41 1.65 3.15 -
YUV 31.79 137.71 116.02 -
System Red Green Blue C M Y K H S L
Decimal 15 37 49 0.69 0.24 0 0.81 201.18 0.53 0.13
Hex F 25 31 45 18 0 51 C9 35 D
Octal 17 45 61 105 30 0 121 311 65 15
Binary 1111 100101 110001 1000101 11000 0 1010001 11001001 110101 1101

Color Harmonies of #0F2531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2531

Black with #0F2531

Text Example


Text Example

White with #0F2531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F2531; }

 p { color: rgb(15,37,49); }

 H1.HeaderClassName
 {
   color: #0F2531;
 }
 .AnyTagClassName
 {
   color: #0F2531;
 }
</style>

background-color css

<style>
 a { background-color: #0F2531; }

 a { background-color: rgb(15,37,49); }

 div.DivClassName
 {
   background-color: #0F2531;
 }
 .BgClassName
 {
   background-color: #0F2531;
 }
</style>

border-color css

<style>
 span { border-color: #0F2531; }

 span { border-color: rgb(15,37,49); }

 td.TdClassName
 {
   border-color: #0F2531;
 }
 .TagClassName
 {
   border-color: #0F2531;
 }
</style>