Html Css Color HEX #0F1416 Black Pearl

📋 copy color: '#0F1416'

red 15 ◦ green 20 ◦ blue 22

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

Shades of Black Pearl #0F1416

Tints of Black Pearl #0F1416

RGB

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

 GREEN value IS 20 (8.2% from 255) = 35.09%

 BLUE value IS 22 (8.98% from 255) = 38.6%

R = 26.32%
G = 35.09%
B = 38.6%

CMYK

 C value IS 0.32

 M value IS 0.09

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0F1416 (or 0x0F1416) is known color: Black Pearl. HEX triplet: 0F, 14 and 16. RGB value is (15,20,22). Sum of RGB (Red+Green+Blue) = 15+20+22=57 (7% of max value = 765). Red value is 15 (6.25% from 255 or 26.32% from 57); Green value is 20 (8.20% from 255 or 35.09% from 57); Blue value is 22 (8.98% from 255 or 38.60% from 57); Max value from RGB is 22 - color contains mainly: blue. Hex color #0F1416 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1416 is #F0EBE9. Grayscale: #121212. Windows color (decimal): -15789034 or 1446927. OLE color: 1446927.

HSL color Cylindrical-coordinate representation of color #0F1416: hue angle of 197.14º degrees, saturation: 0.19, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #0F1416 is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 15 20 22 -
CMYK 0.32 0.09 0 0.91
HSL 197.14º 0.19% 0.07% -
HSV(B) 197.14º 0.32% 0.09% -
XYZ 0.59 0.66 0.86 -
YUV 18.73 129.84 125.34 -
System Red Green Blue C M Y K H S L
Decimal 15 20 22 0.32 0.09 0 0.91 197.14 0.19 0.07
Hex F 14 16 20 9 0 5B C5 13 7
Octal 17 24 26 40 11 0 133 305 23 7
Binary 1111 10100 10110 100000 1001 0 1011011 11000101 10011 111

Color Harmonies of #0F1416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1416

Black with #0F1416

Text Example


Text Example

White with #0F1416

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,20,22); }

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

background-color css

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

 a { background-color: rgb(15,20,22); }

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

border-color css

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

 span { border-color: rgb(15,20,22); }

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