#012227

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

Shades of Black Pearl #012227

Tints of Black Pearl #012227

Color information

#012227 (or 0x012227) is unknown color: approx Black Pearl. HEX triplet: 01, 22 and 27. RGB value is (1,34,39). Sum of RGB (Red+Green+Blue) = 1+34+39=74 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.35% from 74); Green value is 34 (13.67% from 255 or 45.95% from 74); Blue value is 39 (15.62% from 255 or 52.70% from 74); Max value from RGB is 39 - color contains mainly: blue. Hex color #012227 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012227 is #FEDDD8. Grayscale: #181818. Windows color (decimal): -16702937 or 2564609. OLE color: 2564609.

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

Color convert

RGB13439-
CMYK0.970.1300.85
HSL187.89º95%7.84%-
HSV(B)187.89º97.44%15.29%-
XYZ0.951.32.12-
YUV24.7136.07111.09-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.35%
GREEN value IS 34 (13.67% from 255) = 45.95%
BLUE value IS 39 (15.62% from 255) = 52.70%
R=1.35%
G=45.95%
B=52.70%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal134390.970.1300.85187.89957.84
Hex1222761D055bc5f8
Octal1424714115012527413710
Binary110001010011111000011101010101011011110010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012227; }

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

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

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

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

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

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

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

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