#051C2A

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

Shades of Black Pearl #051C2A

Tints of Black Pearl #051C2A

Color information

#051C2A (or 0x051C2A) is unknown color: approx Black Pearl. HEX triplet: 05, 1C and 2A. RGB value is (5,28,42). Sum of RGB (Red+Green+Blue) = 5+28+42=75 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.67% from 75); Green value is 28 (11.33% from 255 or 37.33% from 75); Blue value is 42 (16.80% from 255 or 56% from 75); Max value from RGB is 42 - color contains mainly: blue. Hex color #051C2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051C2A is #FAE3D5. Grayscale: #161616. Windows color (decimal): -16442326 or 2759685. OLE color: 2759685.

HSL color Cylindrical-coordinate representation of color #051C2A: hue angle of 202.7º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #051C2A is Cyan = 0.88, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB52842-
CMYK0.880.3300.84
HSL202.7º78.72%9.22%-
HSV(B)202.7º88.1%16.47%-
XYZ0.91.032.34-
YUV22.72138.88115.36-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.67%
GREEN value IS 28 (11.33% from 255) = 37.33%
BLUE value IS 42 (16.80% from 255) = 56%
R=6.67%
G=37.33%
B=56%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal528420.880.3300.84202.778.729.22
Hex51C2A5821054cb4f9
Octal5345213041012431311711
Binary101111001010101011000100001010101001100101110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,28,42); }

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

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

 a { background-color: rgb(5,28,42); }

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

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

 span { border-color: rgb(5,28,42); }

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