Html Css Color HEX #0F1318 Black Pearl

📋 copy color: '#0F1318'

red 15 ◦ green 19 ◦ blue 24

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

Shades of Black Pearl #0F1318

Tints of Black Pearl #0F1318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 41.38%

R = 25.86%
G = 32.76%
B = 41.38%

CMYK

 C value IS 0.37

 M value IS 0.21

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0F1318 (or 0x0F1318) is known color: Black Pearl. HEX triplet: 0F, 13 and 18. RGB value is (15,19,24). Sum of RGB (Red+Green+Blue) = 15+19+24=58 (7% of max value = 765). Red value is 15 (6.25% from 255 or 25.86% from 58); Green value is 19 (7.81% from 255 or 32.76% from 58); Blue value is 24 (9.77% from 255 or 41.38% from 58); Max value from RGB is 24 - color contains mainly: blue. Hex color #0F1318 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1318 is #F0ECE7. Grayscale: #121212. Windows color (decimal): -15789288 or 1577743. OLE color: 1577743.

HSL color Cylindrical-coordinate representation of color #0F1318: hue angle of 213.33º degrees, saturation: 0.23, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #0F1318 is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 15 19 24 -
CMYK 0.37 0.21 0 0.91
HSL 213.33º 0.23% 0.08% -
HSV(B) 213.33º 0.38% 0.09% -
XYZ 0.59 0.63 0.96 -
YUV 18.37 131.17 125.59 -
System Red Green Blue C M Y K H S L
Decimal 15 19 24 0.37 0.21 0 0.91 213.33 0.23 0.08
Hex F 13 18 25 15 0 5B D5 17 8
Octal 17 23 30 45 25 0 133 325 27 10
Binary 1111 10011 11000 100101 10101 0 1011011 11010101 10111 1000

Color Harmonies of #0F1318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1318

Black with #0F1318

Text Example


Text Example

White with #0F1318

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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