Html Css Color HEX #08181D Black Pearl

📋 copy color: '#08181D'

red 8 ◦ green 24 ◦ blue 29

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

Shades of Black Pearl #08181D

Tints of Black Pearl #08181D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 47.54%

R = 13.11%
G = 39.34%
B = 47.54%

CMYK

 C value IS 0.72

 M value IS 0.17

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#08181D (or 0x08181D) is known color: Black Pearl. HEX triplet: 08, 18 and 1D. RGB value is (8,24,29). Sum of RGB (Red+Green+Blue) = 8+24+29=61 (8% of max value = 765). Red value is 8 (3.52% from 255 or 13.11% from 61); Green value is 24 (9.77% from 255 or 39.34% from 61); Blue value is 29 (11.72% from 255 or 47.54% from 61); Max value from RGB is 29 - color contains mainly: blue. Hex color #08181D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08181D is #F7E7E2. Grayscale: #131313. Windows color (decimal): -16246755 or 1906696. OLE color: 1906696.

HSL color Cylindrical-coordinate representation of color #08181D: hue angle of 194.29º degrees, saturation: 0.57, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #08181D is Cyan = 0.72, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 8 24 29 -
CMYK 0.72 0.17 0 0.89
HSL 194.29º 0.57% 0.07% -
HSV(B) 194.29º 0.72% 0.11% -
XYZ 0.65 0.79 1.28 -
YUV 19.79 133.2 119.59 -
System Red Green Blue C M Y K H S L
Decimal 8 24 29 0.72 0.17 0 0.89 194.29 0.57 0.07
Hex 8 18 1D 48 11 0 59 C2 39 7
Octal 10 30 35 110 21 0 131 302 71 7
Binary 1000 11000 11101 1001000 10001 0 1011001 11000010 111001 111

Color Harmonies of #08181D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08181D

Black with #08181D

Text Example


Text Example

White with #08181D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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