Html Css Color HEX #08151E Black Pearl

📋 copy color: '#08151E'

red 8 ◦ green 21 ◦ blue 30

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

Shades of Black Pearl #08151E

Tints of Black Pearl #08151E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 50.85%

R = 13.56%
G = 35.59%
B = 50.85%

CMYK

 C value IS 0.73

 M value IS 0.30

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#08151E (or 0x08151E) is known color: Black Pearl. HEX triplet: 08, 15 and 1E. RGB value is (8,21,30). Sum of RGB (Red+Green+Blue) = 8+21+30=59 (7% of max value = 765). Red value is 8 (3.52% from 255 or 13.56% from 59); Green value is 21 (8.59% from 255 or 35.59% from 59); Blue value is 30 (12.11% from 255 or 50.85% from 59); Max value from RGB is 30 - color contains mainly: blue. Hex color #08151E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08151E is #F7EAE1. Grayscale: #121212. Windows color (decimal): -16247522 or 1971464. OLE color: 1971464.

HSL color Cylindrical-coordinate representation of color #08151E: hue angle of 204.55º degrees, saturation: 0.58, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #08151E is Cyan = 0.73, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 8 21 30 -
CMYK 0.73 0.30 0 0.88
HSL 204.55º 0.58% 0.07% -
HSV(B) 204.55º 0.73% 0.12% -
XYZ 0.6 0.68 1.33 -
YUV 18.14 134.69 120.77 -
System Red Green Blue C M Y K H S L
Decimal 8 21 30 0.73 0.30 0 0.88 204.55 0.58 0.07
Hex 8 15 1E 49 1E 0 58 CD 3A 7
Octal 10 25 36 111 36 0 130 315 72 7
Binary 1000 10101 11110 1001001 11110 0 1011000 11001101 111010 111

Color Harmonies of #08151E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08151E

Black with #08151E

Text Example


Text Example

White with #08151E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08151E; }

 p { color: rgb(8,21,30); }

 H1.HeaderClassName
 {
   color: #08151E;
 }
 .AnyTagClassName
 {
   color: #08151E;
 }
</style>

background-color css

<style>
 a { background-color: #08151E; }

 a { background-color: rgb(8,21,30); }

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

border-color css

<style>
 span { border-color: #08151E; }

 span { border-color: rgb(8,21,30); }

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