Html Css Color HEX #0F1516 Black Pearl

📋 copy color: '#0F1516'

red 15 ◦ green 21 ◦ blue 22

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

Shades of Black Pearl #0F1516

Tints of Black Pearl #0F1516

RGB

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

 GREEN value IS 21 (8.59% from 255) = 36.21%

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

R = 25.86%
G = 36.21%
B = 37.93%

CMYK

 C value IS 0.32

 M value IS 0.05

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0F1516 (or 0x0F1516) is known color: Black Pearl. HEX triplet: 0F, 15 and 16. RGB value is (15,21,22). Sum of RGB (Red+Green+Blue) = 15+21+22=58 (7% of max value = 765). Red value is 15 (6.25% from 255 or 25.86% from 58); Green value is 21 (8.59% from 255 or 36.21% from 58); Blue value is 22 (8.98% from 255 or 37.93% from 58); Max value from RGB is 22 - color contains mainly: blue. Hex color #0F1516 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1516 is #F0EAE9. Grayscale: #131313. Windows color (decimal): -15788778 or 1447183. OLE color: 1447183.

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

Color convert

RGB 15 21 22 -
CMYK 0.32 0.05 0 0.91
HSL 188.57º 0.19% 0.07% -
HSV(B) 188.57º 0.32% 0.09% -
XYZ 0.61 0.7 0.86 -
YUV 19.32 129.51 124.92 -
System Red Green Blue C M Y K H S L
Decimal 15 21 22 0.32 0.05 0 0.91 188.57 0.19 0.07
Hex F 15 16 20 5 0 5B BD 13 7
Octal 17 25 26 40 5 0 133 275 23 7
Binary 1111 10101 10110 100000 101 0 1011011 10111101 10011 111

Color Harmonies of #0F1516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1516

Black with #0F1516

Text Example


Text Example

White with #0F1516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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