#051827

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

Shades of Black Pearl #051827

Tints of Black Pearl #051827

Color information

#051827 (or 0x051827) is unknown color: approx Black Pearl. HEX triplet: 05, 18 and 27. RGB value is (5,24,39). Sum of RGB (Red+Green+Blue) = 5+24+39=68 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.35% from 68); Green value is 24 (9.77% from 255 or 35.29% from 68); Blue value is 39 (15.62% from 255 or 57.35% from 68); Max value from RGB is 39 - color contains mainly: blue. Hex color #051827 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051827 is #FAE7D8. Grayscale: #131313. Windows color (decimal): -16443353 or 2562053. OLE color: 2562053.

HSL color Cylindrical-coordinate representation of color #051827: hue angle of 206.47º degrees, saturation: 0.77, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #051827 is Cyan = 0.87, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB52439-
CMYK0.870.3800.85
HSL206.47º77.27%8.63%-
HSV(B)206.47º87.18%15.29%-
XYZ0.760.832.04-
YUV20.03138.71117.28-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.35%
GREEN value IS 24 (9.77% from 255) = 35.29%
BLUE value IS 39 (15.62% from 255) = 57.35%
R=7.35%
G=35.29%
B=57.35%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal524390.870.3800.85206.4777.278.63
Hex518275726055ce4d9
Octal5304712746012531611511
Binary101110001001111010111100110010101011100111010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051827; }

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

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

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

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

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

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

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

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