Html Css Color HEX #08181E Black Pearl

📋 copy color: '#08181E'

red 8 ◦ green 24 ◦ blue 30

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

Shades of Black Pearl #08181E

Tints of Black Pearl #08181E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 38.71%

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

R = 12.9%
G = 38.71%
B = 48.39%

CMYK

 C value IS 0.73

 M value IS 0.20

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#08181E (or 0x08181E) is known color: Black Pearl. HEX triplet: 08, 18 and 1E. RGB value is (8,24,30). Sum of RGB (Red+Green+Blue) = 8+24+30=62 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.90% from 62); Green value is 24 (9.77% from 255 or 38.71% from 62); Blue value is 30 (12.11% from 255 or 48.39% from 62); Max value from RGB is 30 - color contains mainly: blue. Hex color #08181E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08181E is #F7E7E1. Grayscale: #131313. Windows color (decimal): -16246754 or 1972232. OLE color: 1972232.

HSL color Cylindrical-coordinate representation of color #08181E: hue angle of 196.36º 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 #08181E is Cyan = 0.73, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 8 24 30 -
CMYK 0.73 0.20 0 0.88
HSL 196.36º 0.58% 0.07% -
HSV(B) 196.36º 0.73% 0.12% -
XYZ 0.66 0.8 1.35 -
YUV 19.9 133.7 119.51 -
System Red Green Blue C M Y K H S L
Decimal 8 24 30 0.73 0.20 0 0.88 196.36 0.58 0.07
Hex 8 18 1E 49 14 0 58 C4 3A 7
Octal 10 30 36 111 24 0 130 304 72 7
Binary 1000 11000 11110 1001001 10100 0 1011000 11000100 111010 111

Color Harmonies of #08181E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08181E

Black with #08181E

Text Example


Text Example

White with #08181E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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