#051726

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

Shades of Black Pearl #051726

Tints of Black Pearl #051726

Color information

#051726 (or 0x051726) is unknown color: approx Black Pearl. HEX triplet: 05, 17 and 26. RGB value is (5,23,38). Sum of RGB (Red+Green+Blue) = 5+23+38=66 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.58% from 66); Green value is 23 (9.38% from 255 or 34.85% from 66); Blue value is 38 (15.23% from 255 or 57.58% from 66); Max value from RGB is 38 - color contains mainly: blue. Hex color #051726 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051726 is #FAE8D9. Grayscale: #131313. Windows color (decimal): -16443610 or 2496261. OLE color: 2496261.

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

Color convert

RGB52338-
CMYK0.870.3900.85
HSL207.27º76.74%8.43%-
HSV(B)207.27º86.84%14.9%-
XYZ0.720.781.95-
YUV19.33138.54117.78-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.58%
GREEN value IS 23 (9.38% from 255) = 34.85%
BLUE value IS 38 (15.23% from 255) = 57.58%
R=7.58%
G=34.85%
B=57.58%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal523380.870.3900.85207.2776.748.43
Hex517265727055cf4d8
Octal5274612747012531711510
Binary101101111001101010111100111010101011100111110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051726; }

 p { color: rgb(5,23,38); }

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

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

 a { background-color: rgb(5,23,38); }

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

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

 span { border-color: rgb(5,23,38); }

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