#011827

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

Shades of Black Pearl #011827

Tints of Black Pearl #011827

Color information

#011827 (or 0x011827) is unknown color: approx Black Pearl. HEX triplet: 01, 18 and 27. RGB value is (1,24,39). Sum of RGB (Red+Green+Blue) = 1+24+39=64 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.56% from 64); Green value is 24 (9.77% from 255 or 37.5% from 64); Blue value is 39 (15.62% from 255 or 60.94% from 64); Max value from RGB is 39 - color contains mainly: blue. Hex color #011827 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011827 is #FEE7D8. Grayscale: #121212. Windows color (decimal): -16705497 or 2562049. OLE color: 2562049.

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

Color convert

RGB12439-
CMYK0.970.3800.85
HSL203.68º95%7.84%-
HSV(B)203.68º97.44%15.29%-
XYZ0.710.812.04-
YUV18.83139.38115.28-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.56%
GREEN value IS 24 (9.77% from 255) = 37.5%
BLUE value IS 39 (15.62% from 255) = 60.94%
R=1.56%
G=37.5%
B=60.94%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal124390.970.3800.85203.68957.84
Hex118276126055cc5f8
Octal1304714146012531413710
Binary1110001001111100001100110010101011100110010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011827; }

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

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

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

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

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

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

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

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