#06121E

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

Shades of Black Pearl #06121E

Tints of Black Pearl #06121E

Color information

#06121E (or 0x06121E) is unknown color: approx Black Pearl. HEX triplet: 06, 12 and 1E. RGB value is (6,18,30). Sum of RGB (Red+Green+Blue) = 6+18+30=54 (7% of max value = 765). Red value is 6 (2.73% from 255 or 11.11% from 54); Green value is 18 (7.42% from 255 or 33.33% from 54); Blue value is 30 (12.11% from 255 or 55.56% from 54); Max value from RGB is 30 - color contains mainly: blue. Hex color #06121E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06121E is #F9EDE1. Grayscale: #0F0F0F. Windows color (decimal): -16379362 or 1970694. OLE color: 1970694.

HSL color Cylindrical-coordinate representation of color #06121E: hue angle of 210º 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 #06121E is Cyan = 0.80, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB61830-
CMYK0.800.4000.88
HSL210º66.67%7.06%-
HSV(B)210º80%11.76%-
XYZ0.530.571.31-
YUV15.78136.02121.02-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 11.11%
GREEN value IS 18 (7.42% from 255) = 33.33%
BLUE value IS 30 (12.11% from 255) = 55.56%
R=11.11%
G=33.33%
B=55.56%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal618300.800.4000.8821066.677.06
Hex6121E5028058d2437
Octal622361205001303221037
Binary1101001011110101000010100001011000110100101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06121E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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