#06141C

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

Shades of Black Pearl #06141C

Tints of Black Pearl #06141C

Color information

#06141C (or 0x06141C) is unknown color: approx Black Pearl. HEX triplet: 06, 14 and 1C. RGB value is (6,20,28). Sum of RGB (Red+Green+Blue) = 6+20+28=54 (7% of max value = 765). Red value is 6 (2.73% from 255 or 11.11% from 54); Green value is 20 (8.20% from 255 or 37.04% from 54); Blue value is 28 (11.33% from 255 or 51.85% from 54); Max value from RGB is 28 - color contains mainly: blue. Hex color #06141C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06141C is #F9EBE3. Grayscale: #101010. Windows color (decimal): -16378852 or 1840134. OLE color: 1840134.

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

Color convert

RGB62028-
CMYK0.790.2900.89
HSL201.82º64.71%6.67%-
HSV(B)201.82º78.57%10.98%-
XYZ0.530.621.19-
YUV16.73134.36120.35-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 11.11%
GREEN value IS 20 (8.20% from 255) = 37.04%
BLUE value IS 28 (11.33% from 255) = 51.85%
R=11.11%
G=37.04%
B=51.85%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal620280.790.2900.89201.8264.716.67
Hex6141C4F1D059ca417
Octal624341173501313121017
Binary110101001110010011111110101011001110010101000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06141C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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