#051825

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

Shades of Black Pearl #051825

Tints of Black Pearl #051825

Color information

#051825 (or 0x051825) is unknown color: approx Black Pearl. HEX triplet: 05, 18 and 25. RGB value is (5,24,37). Sum of RGB (Red+Green+Blue) = 5+24+37=66 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.58% from 66); Green value is 24 (9.77% from 255 or 36.36% from 66); Blue value is 37 (14.84% from 255 or 56.06% from 66); Max value from RGB is 37 - color contains mainly: blue. Hex color #051825 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051825 is #FAE7DA. Grayscale: #131313. Windows color (decimal): -16443355 or 2430981. OLE color: 2430981.

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

Color convert

RGB52437-
CMYK0.860.3500.85
HSL204.38º76.19%8.24%-
HSV(B)204.38º86.49%14.51%-
XYZ0.720.821.87-
YUV19.8137.71117.44-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.58%
GREEN value IS 24 (9.77% from 255) = 36.36%
BLUE value IS 37 (14.84% from 255) = 56.06%
R=7.58%
G=36.36%
B=56.06%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal524370.860.3500.85204.3876.198.24
Hex518255623055cc4c8
Octal5304512643012531411410
Binary101110001001011010110100011010101011100110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051825; }

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

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

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

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

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

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

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

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