#051625

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

Shades of Black Pearl #051625

Tints of Black Pearl #051625

Color information

#051625 (or 0x051625) is unknown color: approx Black Pearl. HEX triplet: 05, 16 and 25. RGB value is (5,22,37). Sum of RGB (Red+Green+Blue) = 5+22+37=64 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.81% from 64); Green value is 22 (8.98% from 255 or 34.38% from 64); Blue value is 37 (14.84% from 255 or 57.81% from 64); Max value from RGB is 37 - color contains mainly: blue. Hex color #051625 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051625 is #FAE9DA. Grayscale: #121212. Windows color (decimal): -16443867 or 2430469. OLE color: 2430469.

HSL color Cylindrical-coordinate representation of color #051625: hue angle of 208.12º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #051625 is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB52237-
CMYK0.860.4100.85
HSL208.12º76.19%8.24%-
HSV(B)208.12º86.49%14.51%-
XYZ0.680.741.86-
YUV18.63138.37118.28-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.81%
GREEN value IS 22 (8.98% from 255) = 34.38%
BLUE value IS 37 (14.84% from 255) = 57.81%
R=7.81%
G=34.38%
B=57.81%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal522370.860.4100.85208.1276.198.24
Hex516255629055d04c8
Octal5264512651012532011410
Binary101101101001011010110101001010101011101000010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051625; }

 p { color: rgb(5,22,37); }

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

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

 a { background-color: rgb(5,22,37); }

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

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

 span { border-color: rgb(5,22,37); }

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