Html Css Color HEX #0F1316 Black Pearl

📋 copy color: '#0F1316'

red 15 ◦ green 19 ◦ blue 22

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

Shades of Black Pearl #0F1316

Tints of Black Pearl #0F1316

RGB

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

 GREEN value IS 19 (7.81% from 255) = 33.93%

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

R = 26.79%
G = 33.93%
B = 39.29%

CMYK

 C value IS 0.32

 M value IS 0.14

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0F1316 (or 0x0F1316) is known color: Black Pearl. HEX triplet: 0F, 13 and 16. RGB value is (15,19,22). Sum of RGB (Red+Green+Blue) = 15+19+22=56 (7% of max value = 765). Red value is 15 (6.25% from 255 or 26.79% from 56); Green value is 19 (7.81% from 255 or 33.93% from 56); Blue value is 22 (8.98% from 255 or 39.29% from 56); Max value from RGB is 22 - color contains mainly: blue. Hex color #0F1316 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1316 is #F0ECE9. Grayscale: #121212. Windows color (decimal): -15789290 or 1446671. OLE color: 1446671.

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

Color convert

RGB 15 19 22 -
CMYK 0.32 0.14 0 0.91
HSL 205.71º 0.19% 0.07% -
HSV(B) 205.71º 0.32% 0.09% -
XYZ 0.57 0.63 0.85 -
YUV 18.15 130.17 125.76 -
System Red Green Blue C M Y K H S L
Decimal 15 19 22 0.32 0.14 0 0.91 205.71 0.19 0.07
Hex F 13 16 20 E 0 5B CE 13 7
Octal 17 23 26 40 16 0 133 316 23 7
Binary 1111 10011 10110 100000 1110 0 1011011 11001110 10011 111

Color Harmonies of #0F1316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1316

Black with #0F1316

Text Example


Text Example

White with #0F1316

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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