#051A1D

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

Shades of Black Pearl #051A1D

Tints of Black Pearl #051A1D

Color information

#051A1D (or 0x051A1D) is unknown color: approx Black Pearl. HEX triplet: 05, 1A and 1D. RGB value is (5,26,29). Sum of RGB (Red+Green+Blue) = 5+26+29=60 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.33% from 60); Green value is 26 (10.55% from 255 or 43.33% from 60); Blue value is 29 (11.72% from 255 or 48.33% from 60); Max value from RGB is 29 - color contains mainly: blue. Hex color #051A1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051A1D is #FAE5E2. Grayscale: #141414. Windows color (decimal): -16442851 or 1907205. OLE color: 1907205.

HSL color Cylindrical-coordinate representation of color #051A1D: hue angle of 187.5º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #051A1D is Cyan = 0.83, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB52629-
CMYK0.830.1000.89
HSL187.5º70.59%6.67%-
HSV(B)187.5º82.76%11.37%-
XYZ0.650.861.29-
YUV20.06133.04117.26-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.33%
GREEN value IS 26 (10.55% from 255) = 43.33%
BLUE value IS 29 (11.72% from 255) = 48.33%
R=8.33%
G=43.33%
B=48.33%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal526290.830.1000.89187.570.596.67
Hex51A1D53A059bc477
Octal532351231201312741077
Binary10111010111011010011101001011001101111001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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