Html Css Color HEX #0F1417 Black Pearl

📋 copy color: '#0F1417'

red 15 ◦ green 20 ◦ blue 23

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

Shades of Black Pearl #0F1417

Tints of Black Pearl #0F1417

RGB

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

 GREEN value IS 20 (8.2% from 255) = 34.48%

 BLUE value IS 23 (9.38% from 255) = 39.66%

R = 25.86%
G = 34.48%
B = 39.66%

CMYK

 C value IS 0.35

 M value IS 0.13

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0F1417 (or 0x0F1417) is known color: Black Pearl. HEX triplet: 0F, 14 and 17. RGB value is (15,20,23). Sum of RGB (Red+Green+Blue) = 15+20+23=58 (7% of max value = 765). Red value is 15 (6.25% from 255 or 25.86% from 58); Green value is 20 (8.20% from 255 or 34.48% from 58); Blue value is 23 (9.38% from 255 or 39.66% from 58); Max value from RGB is 23 - color contains mainly: blue. Hex color #0F1417 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1417 is #F0EBE8. Grayscale: #121212. Windows color (decimal): -15789033 or 1512463. OLE color: 1512463.

HSL color Cylindrical-coordinate representation of color #0F1417: hue angle of 202.5º degrees, saturation: 0.21, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #0F1417 is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 15 20 23 -
CMYK 0.35 0.13 0 0.91
HSL 202.5º 0.21% 0.07% -
HSV(B) 202.5º 0.35% 0.09% -
XYZ 0.6 0.66 0.91 -
YUV 18.85 130.34 125.26 -
System Red Green Blue C M Y K H S L
Decimal 15 20 23 0.35 0.13 0 0.91 202.5 0.21 0.07
Hex F 14 17 23 D 0 5B CA 15 7
Octal 17 24 27 43 15 0 133 312 25 7
Binary 1111 10100 10111 100011 1101 0 1011011 11001010 10101 111

Color Harmonies of #0F1417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1417

Black with #0F1417

Text Example


Text Example

White with #0F1417

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,20,23); }

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

background-color css

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

 a { background-color: rgb(15,20,23); }

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

border-color css

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

 span { border-color: rgb(15,20,23); }

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