#06152B

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

Shades of Black Pearl #06152B

Tints of Black Pearl #06152B

Color information

#06152B (or 0x06152B) is unknown color: approx Black Pearl. HEX triplet: 06, 15 and 2B. RGB value is (6,21,43). Sum of RGB (Red+Green+Blue) = 6+21+43=70 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.57% from 70); Green value is 21 (8.59% from 255 or 30% from 70); Blue value is 43 (17.19% from 255 or 61.43% from 70); Max value from RGB is 43 - color contains mainly: blue. Hex color #06152B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06152B is #F9EAD4. Grayscale: #121212. Windows color (decimal): -16378581 or 2823430. OLE color: 2823430.

HSL color Cylindrical-coordinate representation of color #06152B: hue angle of 215.68º 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 #06152B is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB62143-
CMYK0.860.5100.83
HSL215.68º75.51%9.61%-
HSV(B)215.68º86.05%16.86%-
XYZ0.780.752.39-
YUV19.02141.53118.71-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.57%
GREEN value IS 21 (8.59% from 255) = 30%
BLUE value IS 43 (17.19% from 255) = 61.43%
R=8.57%
G=30%
B=61.43%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal621430.860.5100.83215.6875.519.61
Hex6152B5633053d84ca
Octal6255312663012333011412
Binary110101011010111010110110011010100111101100010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06152B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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