#05152B

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

Shades of Black Pearl #05152B

Tints of Black Pearl #05152B

Color information

#05152B (or 0x05152B) is unknown color: approx Black Pearl. HEX triplet: 05, 15 and 2B. RGB value is (5,21,43). Sum of RGB (Red+Green+Blue) = 5+21+43=69 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.25% from 69); Green value is 21 (8.59% from 255 or 30.43% from 69); Blue value is 43 (17.19% from 255 or 62.32% from 69); Max value from RGB is 43 - color contains mainly: blue. Hex color #05152B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05152B is #FAEAD4. Grayscale: #121212. Windows color (decimal): -16444117 or 2823429. OLE color: 2823429.

HSL color Cylindrical-coordinate representation of color #05152B: hue angle of 214.74º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #05152B is Cyan = 0.88, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB52143-
CMYK0.880.5100.83
HSL214.74º79.17%9.41%-
HSV(B)214.74º88.37%16.86%-
XYZ0.770.742.39-
YUV18.72141.7118.21-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.25%
GREEN value IS 21 (8.59% from 255) = 30.43%
BLUE value IS 43 (17.19% from 255) = 62.32%
R=7.25%
G=30.43%
B=62.32%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal521430.880.5100.83214.7479.179.41
Hex5152B5833053d74f9
Octal5255313063012332711711
Binary101101011010111011000110011010100111101011110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05152B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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