#08131D

Color #08131D Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #08131D

Tints of Black Pearl #08131D

Color information

#08131D (or 0x08131D) is unknown color: approx 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

RGB81929-
CMYK0.720.3400.89
HSL208.57º56.76%7.25%-
HSV(B)208.57º72.41%11.37%-
XYZ0.550.611.25-
YUV16.85134.86121.69-

RGB Variations

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

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 (Cyan) values IS 0.72
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal819290.720.3400.89208.5756.767.25
Hex8131D4822059d1397
Octal102335110420131321717
Binary1000100111110110010001000100101100111010001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08131D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>