#051F22

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

Shades of Black Pearl #051F22

Tints of Black Pearl #051F22

Color information

#051F22 (or 0x051F22) is unknown color: approx Black Pearl. HEX triplet: 05, 1F and 22. RGB value is (5,31,34). Sum of RGB (Red+Green+Blue) = 5+31+34=70 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.14% from 70); Green value is 31 (12.5% from 255 or 44.29% from 70); Blue value is 34 (13.67% from 255 or 48.57% from 70); Max value from RGB is 34 - color contains mainly: blue. Hex color #051F22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051F22 is #FAE0DD. Grayscale: #171717. Windows color (decimal): -16441566 or 2236165. OLE color: 2236165.

HSL color Cylindrical-coordinate representation of color #051F22: hue angle of 186.21º degrees, saturation: 0.74, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #051F22 is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB53134-
CMYK0.850.0900.87
HSL186.21º74.36%7.65%-
HSV(B)186.21º85.29%13.33%-
XYZ0.841.131.69-
YUV23.57133.89114.76-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.14%
GREEN value IS 31 (12.5% from 255) = 44.29%
BLUE value IS 34 (13.67% from 255) = 48.57%
R=7.14%
G=44.29%
B=48.57%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal531340.850.0900.87186.2174.367.65
Hex51F22559057ba4a8
Octal5374212511012727211210
Binary1011111110001010101011001010101111011101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051F22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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