#051A1B

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

Shades of Black Pearl #051A1B

Tints of Black Pearl #051A1B

Color information

#051A1B (or 0x051A1B) is unknown color: approx Black Pearl. HEX triplet: 05, 1A and 1B. RGB value is (5,26,27). Sum of RGB (Red+Green+Blue) = 5+26+27=58 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.62% from 58); Green value is 26 (10.55% from 255 or 44.83% from 58); Blue value is 27 (10.94% from 255 or 46.55% from 58); Max value from RGB is 27 - color contains mainly: blue. Hex color #051A1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051A1B is #FAE5E4. Grayscale: #131313. Windows color (decimal): -16442853 or 1776133. OLE color: 1776133.

HSL color Cylindrical-coordinate representation of color #051A1B: hue angle of 182.73º degrees, saturation: 0.69, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #051A1B is Cyan = 0.81, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB52627-
CMYK0.810.0400.89
HSL182.73º68.75%6.27%-
HSV(B)182.73º81.48%10.59%-
XYZ0.630.851.17-
YUV19.83132.04117.42-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.62%
GREEN value IS 26 (10.55% from 255) = 44.83%
BLUE value IS 27 (10.94% from 255) = 46.55%
R=8.62%
G=44.83%
B=46.55%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal526270.810.0400.89182.7368.756.27
Hex51A1B514059b7456
Octal53233121401312671056
Binary1011101011011101000110001011001101101111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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