#051D2B

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

Shades of Black Pearl #051D2B

Tints of Black Pearl #051D2B

Color information

#051D2B (or 0x051D2B) is unknown color: approx Black Pearl. HEX triplet: 05, 1D and 2B. RGB value is (5,29,43). Sum of RGB (Red+Green+Blue) = 5+29+43=77 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.49% from 77); Green value is 29 (11.72% from 255 or 37.66% from 77); Blue value is 43 (17.19% from 255 or 55.84% from 77); Max value from RGB is 43 - color contains mainly: blue. Hex color #051D2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051D2B is #FAE2D4. Grayscale: #171717. Windows color (decimal): -16442069 or 2825477. OLE color: 2825477.

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

Color convert

RGB52943-
CMYK0.880.3300.83
HSL202.11º79.17%9.41%-
HSV(B)202.11º88.37%16.86%-
XYZ0.941.092.45-
YUV23.42139.05114.86-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.49%
GREEN value IS 29 (11.72% from 255) = 37.66%
BLUE value IS 43 (17.19% from 255) = 55.84%
R=6.49%
G=37.66%
B=55.84%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal529430.880.3300.83202.1179.179.41
Hex51D2B5821053ca4f9
Octal5355313041012331211711
Binary101111011010111011000100001010100111100101010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,29,43); }

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

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

 a { background-color: rgb(5,29,43); }

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

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

 span { border-color: rgb(5,29,43); }

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