#061214

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

Shades of Black Pearl #061214

Tints of Black Pearl #061214

Color information

#061214 (or 0x061214) is unknown color: approx Black Pearl. HEX triplet: 06, 12 and 14. RGB value is (6,18,20). Sum of RGB (Red+Green+Blue) = 6+18+20=44 (5% of max value = 765). Red value is 6 (2.73% from 255 or 13.64% from 44); Green value is 18 (7.42% from 255 or 40.91% from 44); Blue value is 20 (8.20% from 255 or 45.45% from 44); Max value from RGB is 20 - color contains mainly: blue. Hex color #061214 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061214 is #F9EDEB. Grayscale: #0E0E0E. Windows color (decimal): -16379372 or 1315334. OLE color: 1315334.

HSL color Cylindrical-coordinate representation of color #061214: hue angle of 188.57º degrees, saturation: 0.54, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #061214 is Cyan = 0.70, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB61820-
CMYK0.700.1000.92
HSL188.57º53.85%5.1%-
HSV(B)188.57º70%7.84%-
XYZ0.420.520.74-
YUV14.64131.02121.84-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 13.64%
GREEN value IS 18 (7.42% from 255) = 40.91%
BLUE value IS 20 (8.20% from 255) = 45.45%
R=13.64%
G=40.91%
B=45.45%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal618200.700.1000.92188.5753.855.1
Hex6121446A05Cbd365
Octal62224106120134275665
Binary1101001010100100011010100101110010111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061214; }

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

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

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

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

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

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

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

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