Html Css Color HEX #0F1517 Black Pearl

📋 copy color: '#0F1517'

red 15 ◦ green 21 ◦ blue 23

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

Shades of Black Pearl #0F1517

Tints of Black Pearl #0F1517

RGB

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

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

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

R = 25.42%
G = 35.59%
B = 38.98%

CMYK

 C value IS 0.35

 M value IS 0.09

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0F1517 (or 0x0F1517) is known color: Black Pearl. HEX triplet: 0F, 15 and 17. RGB value is (15,21,23). Sum of RGB (Red+Green+Blue) = 15+21+23=59 (7% of max value = 765). Red value is 15 (6.25% from 255 or 25.42% from 59); Green value is 21 (8.59% from 255 or 35.59% from 59); Blue value is 23 (9.38% from 255 or 38.98% from 59); Max value from RGB is 23 - color contains mainly: blue. Hex color #0F1517 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1517 is #F0EAE8. Grayscale: #131313. Windows color (decimal): -15788777 or 1512719. OLE color: 1512719.

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

Color convert

RGB 15 21 23 -
CMYK 0.35 0.09 0 0.91
HSL 195º 0.21% 0.07% -
HSV(B) 195º 0.35% 0.09% -
XYZ 0.62 0.7 0.91 -
YUV 19.43 130.01 124.84 -
System Red Green Blue C M Y K H S L
Decimal 15 21 23 0.35 0.09 0 0.91 195 0.21 0.07
Hex F 15 17 23 9 0 5B C3 15 7
Octal 17 25 27 43 11 0 133 303 25 7
Binary 1111 10101 10111 100011 1001 0 1011011 11000011 10101 111

Color Harmonies of #0F1517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1517

Black with #0F1517

Text Example


Text Example

White with #0F1517

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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