Html Css Color HEX #0F1518 Black Pearl

📋 copy color: '#0F1518'

red 15 ◦ green 21 ◦ blue 24

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

Shades of Black Pearl #0F1518

Tints of Black Pearl #0F1518

RGB

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

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

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

R = 25%
G = 35%
B = 40%

CMYK

 C value IS 0.37

 M value IS 0.13

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0F1518 (or 0x0F1518) is known color: Black Pearl. HEX triplet: 0F, 15 and 18. RGB value is (15,21,24). Sum of RGB (Red+Green+Blue) = 15+21+24=60 (7% of max value = 765). Red value is 15 (6.25% from 255 or 25% from 60); Green value is 21 (8.59% from 255 or 35% from 60); Blue value is 24 (9.77% from 255 or 40% from 60); Max value from RGB is 24 - color contains mainly: blue. Hex color #0F1518 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1518 is #F0EAE7. Grayscale: #131313. Windows color (decimal): -15788776 or 1578255. OLE color: 1578255.

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

Color convert

RGB 15 21 24 -
CMYK 0.37 0.13 0 0.91
HSL 200º 0.23% 0.08% -
HSV(B) 200º 0.38% 0.09% -
XYZ 0.63 0.7 0.97 -
YUV 19.55 130.51 124.76 -
System Red Green Blue C M Y K H S L
Decimal 15 21 24 0.37 0.13 0 0.91 200 0.23 0.08
Hex F 15 18 25 D 0 5B C8 17 8
Octal 17 25 30 45 15 0 133 310 27 10
Binary 1111 10101 11000 100101 1101 0 1011011 11001000 10111 1000

Color Harmonies of #0F1518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1518

Black with #0F1518

Text Example


Text Example

White with #0F1518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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