#06131C

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

Shades of Black Pearl #06131C

Tints of Black Pearl #06131C

Color information

#06131C (or 0x06131C) is unknown color: approx Black Pearl. HEX triplet: 06, 13 and 1C. RGB value is (6,19,28). Sum of RGB (Red+Green+Blue) = 6+19+28=53 (7% of max value = 765). Red value is 6 (2.73% from 255 or 11.32% from 53); Green value is 19 (7.81% from 255 or 35.85% from 53); Blue value is 28 (11.33% from 255 or 52.83% from 53); Max value from RGB is 28 - color contains mainly: blue. Hex color #06131C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06131C is #F9ECE3. Grayscale: #101010. Windows color (decimal): -16379108 or 1839878. OLE color: 1839878.

HSL color Cylindrical-coordinate representation of color #06131C: hue angle of 204.55º degrees, saturation: 0.65, 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 #06131C is Cyan = 0.79, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB61928-
CMYK0.790.3200.89
HSL204.55º64.71%6.67%-
HSV(B)204.55º78.57%10.98%-
XYZ0.520.591.18-
YUV16.14134.69120.77-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 11.32%
GREEN value IS 19 (7.81% from 255) = 35.85%
BLUE value IS 28 (11.33% from 255) = 52.83%
R=11.32%
G=35.85%
B=52.83%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal619280.790.3200.89204.5564.716.67
Hex6131C4F20059cd417
Octal623341174001313151017
Binary1101001111100100111110000001011001110011011000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06131C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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