#06152A

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

Shades of Black Pearl #06152A

Tints of Black Pearl #06152A

Color information

#06152A (or 0x06152A) is unknown color: approx Black Pearl. HEX triplet: 06, 15 and 2A. RGB value is (6,21,42). Sum of RGB (Red+Green+Blue) = 6+21+42=69 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.70% from 69); Green value is 21 (8.59% from 255 or 30.43% from 69); Blue value is 42 (16.80% from 255 or 60.87% from 69); Max value from RGB is 42 - color contains mainly: blue. Hex color #06152A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06152A is #F9EAD5. Grayscale: #121212. Windows color (decimal): -16378582 or 2757894. OLE color: 2757894.

HSL color Cylindrical-coordinate representation of color #06152A: hue angle of 215º degrees, saturation: 0.75, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #06152A is Cyan = 0.86, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB62142-
CMYK0.860.5000.84
HSL215º75%9.41%-
HSV(B)215º85.71%16.47%-
XYZ0.760.742.29-
YUV18.91141.03118.79-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.70%
GREEN value IS 21 (8.59% from 255) = 30.43%
BLUE value IS 42 (16.80% from 255) = 60.87%
R=8.70%
G=30.43%
B=60.87%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal621420.860.5000.84215759.41
Hex6152A5632054d74b9
Octal6255212662012432711311
Binary110101011010101010110110010010101001101011110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06152A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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