#06141E

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

Shades of Black Pearl #06141E

Tints of Black Pearl #06141E

Color information

#06141E (or 0x06141E) is unknown color: approx Black Pearl. HEX triplet: 06, 14 and 1E. RGB value is (6,20,30). Sum of RGB (Red+Green+Blue) = 6+20+30=56 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.71% from 56); Green value is 20 (8.20% from 255 or 35.71% from 56); Blue value is 30 (12.11% from 255 or 53.57% from 56); Max value from RGB is 30 - color contains mainly: blue. Hex color #06141E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06141E is #F9EBE1. Grayscale: #101010. Windows color (decimal): -16378850 or 1971206. OLE color: 1971206.

HSL color Cylindrical-coordinate representation of color #06141E: hue angle of 205º degrees, saturation: 0.67, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #06141E is Cyan = 0.80, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB62030-
CMYK0.800.3300.88
HSL205º66.67%7.06%-
HSV(B)205º80%11.76%-
XYZ0.560.631.32-
YUV16.95135.36120.19-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 10.71%
GREEN value IS 20 (8.20% from 255) = 35.71%
BLUE value IS 30 (12.11% from 255) = 53.57%
R=10.71%
G=35.71%
B=53.57%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal620300.800.3300.8820566.677.06
Hex6141E5021058cd437
Octal624361204101303151037
Binary1101010011110101000010000101011000110011011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06141E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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