Html Css Color HEX #08131D Black Pearl

📋 copy color: '#08131D'

red 8 ◦ green 19 ◦ blue 29

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

Shades of Black Pearl #08131D

Tints of Black Pearl #08131D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 33.93%

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

R = 14.29%
G = 33.93%
B = 51.79%

CMYK

 C value IS 0.72

 M value IS 0.34

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#08131D (or 0x08131D) is known color: Black Pearl. HEX triplet: 08, 13 and 1D. RGB value is (8,19,29). Sum of RGB (Red+Green+Blue) = 8+19+29=56 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.29% from 56); Green value is 19 (7.81% from 255 or 33.93% from 56); Blue value is 29 (11.72% from 255 or 51.79% from 56); Max value from RGB is 29 - color contains mainly: blue. Hex color #08131D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08131D is #F7ECE2. Grayscale: #101010. Windows color (decimal): -16248035 or 1905416. OLE color: 1905416.

HSL color Cylindrical-coordinate representation of color #08131D: hue angle of 208.57º 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 #08131D is Cyan = 0.72, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 8 19 29 -
CMYK 0.72 0.34 0 0.89
HSL 208.57º 0.57% 0.07% -
HSV(B) 208.57º 0.72% 0.11% -
XYZ 0.55 0.61 1.25 -
YUV 16.85 134.86 121.69 -
System Red Green Blue C M Y K H S L
Decimal 8 19 29 0.72 0.34 0 0.89 208.57 0.57 0.07
Hex 8 13 1D 48 22 0 59 D1 39 7
Octal 10 23 35 110 42 0 131 321 71 7
Binary 1000 10011 11101 1001000 100010 0 1011001 11010001 111001 111

Color Harmonies of #08131D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08131D

Black with #08131D

Text Example


Text Example

White with #08131D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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