Html Css Color HEX #08171A Black Pearl

📋 copy color: '#08171A'

red 8 ◦ green 23 ◦ blue 26

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

Shades of Black Pearl #08171A

Tints of Black Pearl #08171A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 45.61%

R = 14.04%
G = 40.35%
B = 45.61%

CMYK

 C value IS 0.69

 M value IS 0.12

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#08171A (or 0x08171A) is known color: Black Pearl. HEX triplet: 08, 17 and 1A. RGB value is (8,23,26). Sum of RGB (Red+Green+Blue) = 8+23+26=57 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.04% from 57); Green value is 23 (9.38% from 255 or 40.35% from 57); Blue value is 26 (10.55% from 255 or 45.61% from 57); Max value from RGB is 26 - color contains mainly: blue. Hex color #08171A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08171A is #F7E8E5. Grayscale: #121212. Windows color (decimal): -16247014 or 1709832. OLE color: 1709832.

HSL color Cylindrical-coordinate representation of color #08171A: hue angle of 190º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #08171A is Cyan = 0.69, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 8 23 26 -
CMYK 0.69 0.12 0 0.90
HSL 190º 0.53% 0.07% -
HSV(B) 190º 0.69% 0.1% -
XYZ 0.59 0.74 1.09 -
YUV 18.86 132.03 120.26 -
System Red Green Blue C M Y K H S L
Decimal 8 23 26 0.69 0.12 0 0.90 190 0.53 0.07
Hex 8 17 1A 45 C 0 5A BE 35 7
Octal 10 27 32 105 14 0 132 276 65 7
Binary 1000 10111 11010 1000101 1100 0 1011010 10111110 110101 111

Color Harmonies of #08171A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08171A

Black with #08171A

Text Example


Text Example

White with #08171A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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