#012027

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

Shades of Black Pearl #012027

Tints of Black Pearl #012027

Color information

#012027 (or 0x012027) is unknown color: approx Black Pearl. HEX triplet: 01, 20 and 27. RGB value is (1,32,39). Sum of RGB (Red+Green+Blue) = 1+32+39=72 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.39% from 72); Green value is 32 (12.89% from 255 or 44.44% from 72); Blue value is 39 (15.62% from 255 or 54.17% from 72); Max value from RGB is 39 - color contains mainly: blue. Hex color #012027 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012027 is #FEDFD8. Grayscale: #171717. Windows color (decimal): -16703449 or 2564097. OLE color: 2564097.

HSL color Cylindrical-coordinate representation of color #012027: hue angle of 191.05º 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 #012027 is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB13239-
CMYK0.970.1800.85
HSL191.05º95%7.84%-
HSV(B)191.05º97.44%15.29%-
XYZ0.91.192.1-
YUV23.53136.73111.93-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.39%
GREEN value IS 32 (12.89% from 255) = 44.44%
BLUE value IS 39 (15.62% from 255) = 54.17%
R=1.39%
G=44.44%
B=54.17%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal132390.970.1800.85191.05957.84
Hex120276112055bf5f8
Octal1404714122012527713710
Binary1100000100111110000110010010101011011111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012027; }

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

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

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

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

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

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

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

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