#051831

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

Shades of Black Pearl #051831

Tints of Black Pearl #051831

Color information

#051831 (or 0x051831) is unknown color: approx Black Pearl. HEX triplet: 05, 18 and 31. RGB value is (5,24,49). Sum of RGB (Red+Green+Blue) = 5+24+49=78 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.41% from 78); Green value is 24 (9.77% from 255 or 30.77% from 78); Blue value is 49 (19.53% from 255 or 62.82% from 78); Max value from RGB is 49 - color contains mainly: blue. Hex color #051831 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051831 is #FAE7CE. Grayscale: #151515. Windows color (decimal): -16443343 or 3217413. OLE color: 3217413.

HSL color Cylindrical-coordinate representation of color #051831: hue angle of 214.09º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #051831 is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB52449-
CMYK0.900.5100.81
HSL214.09º81.48%10.59%-
HSV(B)214.09º89.8%19.22%-
XYZ0.940.913.03-
YUV21.17143.71116.47-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.41%
GREEN value IS 24 (9.77% from 255) = 30.77%
BLUE value IS 49 (19.53% from 255) = 62.82%
R=6.41%
G=30.77%
B=62.82%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal524490.900.5100.81214.0981.4810.59
Hex518315A33051d651b
Octal5306113263012132612113
Binary101110001100011011010110011010100011101011010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051831; }

 p { color: rgb(5,24,49); }

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

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

 a { background-color: rgb(5,24,49); }

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

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

 span { border-color: rgb(5,24,49); }

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