#051828

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

Shades of Black Pearl #051828

Tints of Black Pearl #051828

Color information

#051828 (or 0x051828) is unknown color: approx Black Pearl. HEX triplet: 05, 18 and 28. RGB value is (5,24,40). Sum of RGB (Red+Green+Blue) = 5+24+40=69 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.25% from 69); Green value is 24 (9.77% from 255 or 34.78% from 69); Blue value is 40 (16.02% from 255 or 57.97% from 69); Max value from RGB is 40 - color contains mainly: blue. Hex color #051828 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051828 is #FAE7D7. Grayscale: #141414. Windows color (decimal): -16443352 or 2627589. OLE color: 2627589.

HSL color Cylindrical-coordinate representation of color #051828: hue angle of 207.43º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #051828 is Cyan = 0.88, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB52440-
CMYK0.880.4000.84
HSL207.43º77.78%8.82%-
HSV(B)207.43º87.5%15.69%-
XYZ0.770.842.13-
YUV20.14139.21117.2-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.25%
GREEN value IS 24 (9.77% from 255) = 34.78%
BLUE value IS 40 (16.02% from 255) = 57.97%
R=7.25%
G=34.78%
B=57.97%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal524400.880.4000.84207.4377.788.82
Hex518285828054cf4e9
Octal5305013050012431711611
Binary101110001010001011000101000010101001100111110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051828; }

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

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

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

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

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

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

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

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