Html Css Color HEX #08171F Black Pearl

📋 copy color: '#08171F'

red 8 ◦ green 23 ◦ blue 31

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

Shades of Black Pearl #08171F

Tints of Black Pearl #08171F

RGB

 RED value IS 8 (3.52% from 255) = 12.9%

 GREEN value IS 23 (9.38% from 255) = 37.1%

 BLUE value IS 31 (12.5% from 255) = 50%

R = 12.9%
G = 37.1%
B = 50%

CMYK

 C value IS 0.74

 M value IS 0.26

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#08171F (or 0x08171F) is known color: Black Pearl. HEX triplet: 08, 17 and 1F. RGB value is (8,23,31). Sum of RGB (Red+Green+Blue) = 8+23+31=62 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.90% from 62); Green value is 23 (9.38% from 255 or 37.10% from 62); Blue value is 31 (12.5% from 255 or 50% from 62); Max value from RGB is 31 - color contains mainly: blue. Hex color #08171F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08171F is #F7E8E0. Grayscale: #131313. Windows color (decimal): -16247009 or 2037512. OLE color: 2037512.

HSL color Cylindrical-coordinate representation of color #08171F: hue angle of 200.87º degrees, saturation: 0.59, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #08171F is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 8 23 31 -
CMYK 0.74 0.26 0 0.88
HSL 200.87º 0.59% 0.08% -
HSV(B) 200.87º 0.74% 0.12% -
XYZ 0.65 0.76 1.41 -
YUV 19.43 134.53 119.85 -
System Red Green Blue C M Y K H S L
Decimal 8 23 31 0.74 0.26 0 0.88 200.87 0.59 0.08
Hex 8 17 1F 4A 1A 0 58 C9 3B 8
Octal 10 27 37 112 32 0 130 311 73 10
Binary 1000 10111 11111 1001010 11010 0 1011000 11001001 111011 1000

Color Harmonies of #08171F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08171F

Black with #08171F

Text Example


Text Example

White with #08171F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08171F; }

 p { color: rgb(8,23,31); }

 H1.HeaderClassName
 {
   color: #08171F;
 }
 .AnyTagClassName
 {
   color: #08171F;
 }
</style>

background-color css

<style>
 a { background-color: #08171F; }

 a { background-color: rgb(8,23,31); }

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

border-color css

<style>
 span { border-color: #08171F; }

 span { border-color: rgb(8,23,31); }

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