#051E35

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

Shades of Black Pearl #051E35

Tints of Black Pearl #051E35

Color information

#051E35 (or 0x051E35) is unknown color: approx Black Pearl. HEX triplet: 05, 1E and 35. RGB value is (5,30,53). Sum of RGB (Red+Green+Blue) = 5+30+53=88 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.68% from 88); Green value is 30 (12.11% from 255 or 34.09% from 88); Blue value is 53 (21.09% from 255 or 60.23% from 88); Max value from RGB is 53 - color contains mainly: blue. Hex color #051E35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051E35 is #FAE1CA. Grayscale: #191919. Windows color (decimal): -16441803 or 3481093. OLE color: 3481093.

HSL color Cylindrical-coordinate representation of color #051E35: hue angle of 208.75º degrees, saturation: 0.83, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #051E35 is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB53053-
CMYK0.910.4300.79
HSL208.75º82.76%11.37%-
HSV(B)208.75º90.57%20.78%-
XYZ1.171.223.54-
YUV25.15143.72113.63-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.68%
GREEN value IS 30 (12.11% from 255) = 34.09%
BLUE value IS 53 (21.09% from 255) = 60.23%
R=5.68%
G=34.09%
B=60.23%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal530530.910.4300.79208.7582.7611.37
Hex51E355B2B04Fd153b
Octal5366513353011732112313
Binary101111101101011011011101011010011111101000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051E35; }

 p { color: rgb(5,30,53); }

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

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

 a { background-color: rgb(5,30,53); }

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

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

 span { border-color: rgb(5,30,53); }

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