#051F34

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

Shades of Black Pearl #051F34

Tints of Black Pearl #051F34

Color information

#051F34 (or 0x051F34) is unknown color: approx Black Pearl. HEX triplet: 05, 1F and 34. RGB value is (5,31,52). Sum of RGB (Red+Green+Blue) = 5+31+52=88 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.68% from 88); Green value is 31 (12.5% from 255 or 35.23% from 88); Blue value is 52 (20.70% from 255 or 59.09% from 88); Max value from RGB is 52 - color contains mainly: blue. Hex color #051F34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051F34 is #FAE0CB. Grayscale: #191919. Windows color (decimal): -16441548 or 3415813. OLE color: 3415813.

HSL color Cylindrical-coordinate representation of color #051F34: hue angle of 206.81º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #051F34 is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB53152-
CMYK0.900.4000.80
HSL206.81º82.46%11.18%-
HSV(B)206.81º90.38%20.39%-
XYZ1.171.263.43-
YUV25.62142.89113.29-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.68%
GREEN value IS 31 (12.5% from 255) = 35.23%
BLUE value IS 52 (20.70% from 255) = 59.09%
R=5.68%
G=35.23%
B=59.09%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal531520.900.4000.80206.8182.4611.18
Hex51F345A28050cf52b
Octal5376413250012031712213
Binary101111111101001011010101000010100001100111110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,31,52); }

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

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

 a { background-color: rgb(5,31,52); }

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

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

 span { border-color: rgb(5,31,52); }

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