#051F2C

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

Shades of Black Pearl #051F2C

Tints of Black Pearl #051F2C

Color information

#051F2C (or 0x051F2C) is unknown color: approx Black Pearl. HEX triplet: 05, 1F and 2C. RGB value is (5,31,44). Sum of RGB (Red+Green+Blue) = 5+31+44=80 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.25% from 80); Green value is 31 (12.5% from 255 or 38.75% from 80); Blue value is 44 (17.58% from 255 or 55% from 80); Max value from RGB is 44 - color contains mainly: blue. Hex color #051F2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051F2C is #FAE0D3. Grayscale: #181818. Windows color (decimal): -16441556 or 2891525. OLE color: 2891525.

HSL color Cylindrical-coordinate representation of color #051F2C: hue angle of 200º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #051F2C is Cyan = 0.89, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB53144-
CMYK0.890.3000.83
HSL200º79.59%9.61%-
HSV(B)200º88.64%17.25%-
XYZ1.011.192.56-
YUV24.71138.89113.94-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.25%
GREEN value IS 31 (12.5% from 255) = 38.75%
BLUE value IS 44 (17.58% from 255) = 55%
R=6.25%
G=38.75%
B=55%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal531440.890.3000.8320079.599.61
Hex51F2C591E053c850a
Octal5375413136012331012012
Binary10111111101100101100111110010100111100100010100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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