#061314

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

Shades of Black Pearl #061314

Tints of Black Pearl #061314

Color information

#061314 (or 0x061314) is unknown color: approx Black Pearl. HEX triplet: 06, 13 and 14. RGB value is (6,19,20). Sum of RGB (Red+Green+Blue) = 6+19+20=45 (5% of max value = 765). Red value is 6 (2.73% from 255 or 13.33% from 45); Green value is 19 (7.81% from 255 or 42.22% from 45); Blue value is 20 (8.20% from 255 or 44.44% from 45); Max value from RGB is 20 - color contains mainly: blue. Hex color #061314 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061314 is #F9ECEB. Grayscale: #0F0F0F. Windows color (decimal): -16379116 or 1315590. OLE color: 1315590.

HSL color Cylindrical-coordinate representation of color #061314: hue angle of 184.29º 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 #061314 is Cyan = 0.70, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB61920-
CMYK0.700.0500.92
HSL184.29º53.85%5.1%-
HSV(B)184.29º70%7.84%-
XYZ0.430.550.75-
YUV15.23130.69121.42-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 13.33%
GREEN value IS 19 (7.81% from 255) = 42.22%
BLUE value IS 20 (8.20% from 255) = 44.44%
R=13.33%
G=42.22%
B=44.44%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal619200.700.0500.92184.2953.855.1
Hex6131446505Cb8365
Octal6232410650134270665
Binary110100111010010001101010101110010111000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061314; }

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

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

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

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

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

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

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

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