#06152C

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

Shades of Black Pearl #06152C

Tints of Black Pearl #06152C

Color information

#06152C (or 0x06152C) is unknown color: approx Black Pearl. HEX triplet: 06, 15 and 2C. RGB value is (6,21,44). Sum of RGB (Red+Green+Blue) = 6+21+44=71 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.45% from 71); Green value is 21 (8.59% from 255 or 29.58% from 71); Blue value is 44 (17.58% from 255 or 61.97% from 71); Max value from RGB is 44 - color contains mainly: blue. Hex color #06152C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06152C is #F9EAD3. Grayscale: #131313. Windows color (decimal): -16378580 or 2888966. OLE color: 2888966.

HSL color Cylindrical-coordinate representation of color #06152C: hue angle of 216.32º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #06152C is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB62144-
CMYK0.860.5200.83
HSL216.32º76%9.8%-
HSV(B)216.32º86.36%17.25%-
XYZ0.80.762.49-
YUV19.14142.03118.63-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.45%
GREEN value IS 21 (8.59% from 255) = 29.58%
BLUE value IS 44 (17.58% from 255) = 61.97%
R=8.45%
G=29.58%
B=61.97%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal621440.860.5200.83216.32769.8
Hex6152C5634053d84ca
Octal6255412664012333011412
Binary110101011011001010110110100010100111101100010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06152C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06152C; }

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

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

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

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

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

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

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

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