#051425

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

Shades of Black Pearl #051425

Tints of Black Pearl #051425

Color information

#051425 (or 0x051425) is unknown color: approx Black Pearl. HEX triplet: 05, 14 and 25. RGB value is (5,20,37). Sum of RGB (Red+Green+Blue) = 5+20+37=62 (8% of max value = 765). Red value is 5 (2.34% from 255 or 8.06% from 62); Green value is 20 (8.20% from 255 or 32.26% from 62); Blue value is 37 (14.84% from 255 or 59.68% from 62); Max value from RGB is 37 - color contains mainly: blue. Hex color #051425 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051425 is #FAEBDA. Grayscale: #111111. Windows color (decimal): -16444379 or 2429957. OLE color: 2429957.

HSL color Cylindrical-coordinate representation of color #051425: hue angle of 211.88º 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 #051425 is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB52037-
CMYK0.860.4600.85
HSL211.88º76.19%8.24%-
HSV(B)211.88º86.49%14.51%-
XYZ0.650.671.84-
YUV17.45139.03119.12-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.06%
GREEN value IS 20 (8.20% from 255) = 32.26%
BLUE value IS 37 (14.84% from 255) = 59.68%
R=8.06%
G=32.26%
B=59.68%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal520370.860.4600.85211.8876.198.24
Hex51425562E055d44c8
Octal5244512656012532411410
Binary101101001001011010110101110010101011101010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051425; }

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

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

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

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

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

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

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

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