Html Css Color HEX #0F1216 Black Pearl

📋 copy color: '#0F1216'

red 15 ◦ green 18 ◦ blue 22

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

Shades of Black Pearl #0F1216

Tints of Black Pearl #0F1216

RGB

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

 GREEN value IS 18 (7.42% from 255) = 32.73%

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

R = 27.27%
G = 32.73%
B = 40%

CMYK

 C value IS 0.32

 M value IS 0.18

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0F1216 (or 0x0F1216) is known color: Black Pearl. HEX triplet: 0F, 12 and 16. RGB value is (15,18,22). Sum of RGB (Red+Green+Blue) = 15+18+22=55 (7% of max value = 765). Red value is 15 (6.25% from 255 or 27.27% from 55); Green value is 18 (7.42% from 255 or 32.73% from 55); Blue value is 22 (8.98% from 255 or 40% from 55); Max value from RGB is 22 - color contains mainly: blue. Hex color #0F1216 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1216 is #F0EDE9. Grayscale: #111111. Windows color (decimal): -15789546 or 1446415. OLE color: 1446415.

HSL color Cylindrical-coordinate representation of color #0F1216: hue angle of 214.29º 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 #0F1216 is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 15 18 22 -
CMYK 0.32 0.18 0 0.91
HSL 214.29º 0.19% 0.07% -
HSV(B) 214.29º 0.32% 0.09% -
XYZ 0.56 0.59 0.84 -
YUV 17.56 130.51 126.17 -
System Red Green Blue C M Y K H S L
Decimal 15 18 22 0.32 0.18 0 0.91 214.29 0.19 0.07
Hex F 12 16 20 12 0 5B D6 13 7
Octal 17 22 26 40 22 0 133 326 23 7
Binary 1111 10010 10110 100000 10010 0 1011011 11010110 10011 111

Color Harmonies of #0F1216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1216

Black with #0F1216

Text Example


Text Example

White with #0F1216

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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