#051C2B

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

Shades of Black Pearl #051C2B

Tints of Black Pearl #051C2B

Color information

#051C2B (or 0x051C2B) is unknown color: approx Black Pearl. HEX triplet: 05, 1C and 2B. RGB value is (5,28,43). Sum of RGB (Red+Green+Blue) = 5+28+43=76 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.58% from 76); Green value is 28 (11.33% from 255 or 36.84% from 76); Blue value is 43 (17.19% from 255 or 56.58% from 76); Max value from RGB is 43 - color contains mainly: blue. Hex color #051C2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051C2B is #FAE3D4. Grayscale: #161616. Windows color (decimal): -16442325 or 2825221. OLE color: 2825221.

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

Color convert

RGB52843-
CMYK0.880.3500.83
HSL203.68º79.17%9.41%-
HSV(B)203.68º88.37%16.86%-
XYZ0.911.042.44-
YUV22.83139.38115.28-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.58%
GREEN value IS 28 (11.33% from 255) = 36.84%
BLUE value IS 43 (17.19% from 255) = 56.58%
R=6.58%
G=36.84%
B=56.58%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal528430.880.3500.83203.6879.179.41
Hex51C2B5823053cc4f9
Octal5345313043012331411711
Binary101111001010111011000100011010100111100110010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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