#06151E

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

Shades of Black Pearl #06151E

Tints of Black Pearl #06151E

Color information

#06151E (or 0x06151E) is unknown color: approx Black Pearl. HEX triplet: 06, 15 and 1E. RGB value is (6,21,30). Sum of RGB (Red+Green+Blue) = 6+21+30=57 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.53% from 57); Green value is 21 (8.59% from 255 or 36.84% from 57); Blue value is 30 (12.11% from 255 or 52.63% from 57); Max value from RGB is 30 - color contains mainly: blue. Hex color #06151E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06151E is #F9EAE1. Grayscale: #111111. Windows color (decimal): -16378594 or 1971462. OLE color: 1971462.

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

Color convert

RGB62130-
CMYK0.800.3000.88
HSL202.5º66.67%7.06%-
HSV(B)202.5º80%11.76%-
XYZ0.580.671.33-
YUV17.54135.03119.77-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 10.53%
GREEN value IS 21 (8.59% from 255) = 36.84%
BLUE value IS 30 (12.11% from 255) = 52.63%
R=10.53%
G=36.84%
B=52.63%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal621300.800.3000.88202.566.677.06
Hex6151E501E058ca437
Octal625361203601303121037
Binary110101011111010100001111001011000110010101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06151E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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