#051B2A

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

Shades of Black Pearl #051B2A

Tints of Black Pearl #051B2A

Color information

#051B2A (or 0x051B2A) is unknown color: approx Black Pearl. HEX triplet: 05, 1B and 2A. RGB value is (5,27,42). Sum of RGB (Red+Green+Blue) = 5+27+42=74 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.76% from 74); Green value is 27 (10.94% from 255 or 36.49% from 74); Blue value is 42 (16.80% from 255 or 56.76% from 74); Max value from RGB is 42 - color contains mainly: blue. Hex color #051B2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051B2A is #FAE4D5. Grayscale: #161616. Windows color (decimal): -16442582 or 2759429. OLE color: 2759429.

HSL color Cylindrical-coordinate representation of color #051B2A: hue angle of 204.32º 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 #051B2A is Cyan = 0.88, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB52742-
CMYK0.880.3600.84
HSL204.32º78.72%9.22%-
HSV(B)204.32º88.1%16.47%-
XYZ0.870.982.33-
YUV22.13139.21115.78-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.76%
GREEN value IS 27 (10.94% from 255) = 36.49%
BLUE value IS 42 (16.80% from 255) = 56.76%
R=6.76%
G=36.49%
B=56.76%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal527420.880.3600.84204.3278.729.22
Hex51B2A5824054cc4f9
Octal5335213044012431411711
Binary101110111010101011000100100010101001100110010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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