#051325

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

Shades of Black Pearl #051325

Tints of Black Pearl #051325

Color information

#051325 (or 0x051325) is unknown color: approx Black Pearl. HEX triplet: 05, 13 and 25. RGB value is (5,19,37). Sum of RGB (Red+Green+Blue) = 5+19+37=61 (8% of max value = 765). Red value is 5 (2.34% from 255 or 8.20% from 61); Green value is 19 (7.81% from 255 or 31.15% from 61); Blue value is 37 (14.84% from 255 or 60.66% from 61); Max value from RGB is 37 - color contains mainly: blue. Hex color #051325 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051325 is #FAECDA. Grayscale: #101010. Windows color (decimal): -16444635 or 2429701. OLE color: 2429701.

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

Color convert

RGB51937-
CMYK0.860.4900.85
HSL213.75º76.19%8.24%-
HSV(B)213.75º86.49%14.51%-
XYZ0.630.631.84-
YUV16.87139.36119.54-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.20%
GREEN value IS 19 (7.81% from 255) = 31.15%
BLUE value IS 37 (14.84% from 255) = 60.66%
R=8.20%
G=31.15%
B=60.66%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal519370.860.4900.85213.7576.198.24
Hex513255631055d64c8
Octal5234512661012532611410
Binary101100111001011010110110001010101011101011010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051325; }

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

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

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

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

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

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

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

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