#051C1E

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

Shades of Black Pearl #051C1E

Tints of Black Pearl #051C1E

Color information

#051C1E (or 0x051C1E) is unknown color: approx Black Pearl. HEX triplet: 05, 1C and 1E. RGB value is (5,28,30). Sum of RGB (Red+Green+Blue) = 5+28+30=63 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.94% from 63); Green value is 28 (11.33% from 255 or 44.44% from 63); Blue value is 30 (12.11% from 255 or 47.62% from 63); Max value from RGB is 30 - color contains mainly: blue. Hex color #051C1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051C1E is #FAE3E1. Grayscale: #151515. Windows color (decimal): -16442338 or 1973253. OLE color: 1973253.

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

Color convert

RGB52830-
CMYK0.830.0700.88
HSL184.8º71.43%6.86%-
HSV(B)184.8º83.33%11.76%-
XYZ0.710.961.38-
YUV21.35132.88116.34-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.94%
GREEN value IS 28 (11.33% from 255) = 44.44%
BLUE value IS 30 (12.11% from 255) = 47.62%
R=7.94%
G=44.44%
B=47.62%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal528300.830.0700.88184.871.436.86
Hex51C1E537058b9477
Octal53436123701302711077
Binary1011110011110101001111101011000101110011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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