#06131D

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

Shades of Black Pearl #06131D

Tints of Black Pearl #06131D

Color information

#06131D (or 0x06131D) is unknown color: approx Black Pearl. HEX triplet: 06, 13 and 1D. RGB value is (6,19,29). Sum of RGB (Red+Green+Blue) = 6+19+29=54 (7% of max value = 765). Red value is 6 (2.73% from 255 or 11.11% from 54); Green value is 19 (7.81% from 255 or 35.19% from 54); Blue value is 29 (11.72% from 255 or 53.70% from 54); Max value from RGB is 29 - color contains mainly: blue. Hex color #06131D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06131D is #F9ECE2. Grayscale: #101010. Windows color (decimal): -16379107 or 1905414. OLE color: 1905414.

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

Color convert

RGB61929-
CMYK0.790.3400.89
HSL206.09º65.71%6.86%-
HSV(B)206.09º79.31%11.37%-
XYZ0.530.591.25-
YUV16.25135.19120.69-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 11.11%
GREEN value IS 19 (7.81% from 255) = 35.19%
BLUE value IS 29 (11.72% from 255) = 53.70%
R=11.11%
G=35.19%
B=53.70%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal619290.790.3400.89206.0965.716.86
Hex6131D4F22059ce427
Octal623351174201313161027
Binary1101001111101100111110001001011001110011101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06131D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #06131D;
 }
 .AnyTagClassName
 {
   color: #06131D;
 }
</style>
background-color css

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

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

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

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

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

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