#060E1B

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

Shades of Black Pearl #060E1B

Tints of Black Pearl #060E1B

Color information

#060E1B (or 0x060E1B) is unknown color: approx Black Pearl. HEX triplet: 06, 0E and 1B. RGB value is (6,14,27). Sum of RGB (Red+Green+Blue) = 6+14+27=47 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12.77% from 47); Green value is 14 (5.86% from 255 or 29.79% from 47); Blue value is 27 (10.94% from 255 or 57.45% from 47); Max value from RGB is 27 - color contains mainly: blue. Hex color #060E1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060E1B is #F9F1E4. Grayscale: #0D0D0D. Windows color (decimal): -16380389 or 1773062. OLE color: 1773062.

HSL color Cylindrical-coordinate representation of color #060E1B: hue angle of 217.14º degrees, saturation: 0.64, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #060E1B is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB61427-
CMYK0.780.4800.89
HSL217.14º63.64%6.47%-
HSV(B)217.14º77.78%10.59%-
XYZ0.430.431.1-
YUV13.09135.85122.94-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 12.77%
GREEN value IS 14 (5.86% from 255) = 29.79%
BLUE value IS 27 (10.94% from 255) = 57.45%
R=12.77%
G=29.79%
B=57.45%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal614270.780.4800.89217.1463.646.47
Hex6E1B4E30059d9406
Octal616331166001313311006
Binary110111011011100111011000001011001110110011000000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060E1B; }

 p { color: rgb(6,14,27); }

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

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

 a { background-color: rgb(6,14,27); }

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

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

 span { border-color: rgb(6,14,27); }

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