#051B1E

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

Shades of Black Pearl #051B1E

Tints of Black Pearl #051B1E

Color information

#051B1E (or 0x051B1E) is unknown color: approx Black Pearl. HEX triplet: 05, 1B and 1E. RGB value is (5,27,30). Sum of RGB (Red+Green+Blue) = 5+27+30=62 (8% of max value = 765). Red value is 5 (2.34% from 255 or 8.06% from 62); Green value is 27 (10.94% from 255 or 43.55% from 62); Blue value is 30 (12.11% from 255 or 48.39% from 62); Max value from RGB is 30 - color contains mainly: blue. Hex color #051B1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051B1E is #FAE4E1. Grayscale: #141414. Windows color (decimal): -16442594 or 1972997. OLE color: 1972997.

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

Color convert

RGB52730-
CMYK0.830.1000.88
HSL187.2º71.43%6.86%-
HSV(B)187.2º83.33%11.76%-
XYZ0.690.911.37-
YUV20.76133.21116.76-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.06%
GREEN value IS 27 (10.94% from 255) = 43.55%
BLUE value IS 30 (12.11% from 255) = 48.39%
R=8.06%
G=43.55%
B=48.39%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal527300.830.1000.88187.271.436.86
Hex51B1E53A058bb477
Octal533361231201302731077
Binary10111011111101010011101001011000101110111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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