#051125

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

Shades of Black Pearl #051125

Tints of Black Pearl #051125

Color information

#051125 (or 0x051125) is unknown color: approx Black Pearl. HEX triplet: 05, 11 and 25. RGB value is (5,17,37). Sum of RGB (Red+Green+Blue) = 5+17+37=59 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.47% from 59); Green value is 17 (7.03% from 255 or 28.81% from 59); Blue value is 37 (14.84% from 255 or 62.71% from 59); Max value from RGB is 37 - color contains mainly: blue. Hex color #051125 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051125 is #FAEEDA. Grayscale: #0F0F0F. Windows color (decimal): -16445147 or 2429189. OLE color: 2429189.

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

Color convert

RGB51737-
CMYK0.860.5400.85
HSL217.5º76.19%8.24%-
HSV(B)217.5º86.49%14.51%-
XYZ0.60.571.83-
YUV15.69140.02120.37-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.47%
GREEN value IS 17 (7.03% from 255) = 28.81%
BLUE value IS 37 (14.84% from 255) = 62.71%
R=8.47%
G=28.81%
B=62.71%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal517370.860.5400.85217.576.198.24
Hex511255636055da4c8
Octal5214512666012533211410
Binary101100011001011010110110110010101011101101010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051125; }

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

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

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

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

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

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

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

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