#051C1F

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

Shades of Black Pearl #051C1F

Tints of Black Pearl #051C1F

Color information

#051C1F (or 0x051C1F) is unknown color: approx Black Pearl. HEX triplet: 05, 1C and 1F. RGB value is (5,28,31). Sum of RGB (Red+Green+Blue) = 5+28+31=64 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.81% from 64); Green value is 28 (11.33% from 255 or 43.75% from 64); Blue value is 31 (12.5% from 255 or 48.44% from 64); Max value from RGB is 31 - color contains mainly: blue. Hex color #051C1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051C1F is #FAE3E0. Grayscale: #151515. Windows color (decimal): -16442337 or 2038789. OLE color: 2038789.

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

Color convert

RGB52831-
CMYK0.840.1000.88
HSL186.92º72.22%7.06%-
HSV(B)186.92º83.87%12.16%-
XYZ0.730.961.44-
YUV21.46133.38116.26-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.81%
GREEN value IS 28 (11.33% from 255) = 43.75%
BLUE value IS 31 (12.5% from 255) = 48.44%
R=7.81%
G=43.75%
B=48.44%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal528310.840.1000.88186.9272.227.06
Hex51C1F54A058bb487
Octal534371241201302731107
Binary10111100111111010100101001011000101110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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