#012427

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

Shades of Black Pearl #012427

Tints of Black Pearl #012427

Color information

#012427 (or 0x012427) is unknown color: approx Black Pearl. HEX triplet: 01, 24 and 27. RGB value is (1,36,39). Sum of RGB (Red+Green+Blue) = 1+36+39=76 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.32% from 76); Green value is 36 (14.45% from 255 or 47.37% from 76); Blue value is 39 (15.62% from 255 or 51.32% from 76); Max value from RGB is 39 - color contains mainly: blue. Hex color #012427 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012427 is #FEDBD8. Grayscale: #191919. Windows color (decimal): -16702425 or 2565121. OLE color: 2565121.

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

Color convert

RGB13639-
CMYK0.970.0800.85
HSL184.74º95%7.84%-
HSV(B)184.74º97.44%15.29%-
XYZ1.011.412.14-
YUV25.88135.4110.26-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.32%
GREEN value IS 36 (14.45% from 255) = 47.37%
BLUE value IS 39 (15.62% from 255) = 51.32%
R=1.32%
G=47.37%
B=51.32%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal136390.970.0800.85184.74957.84
Hex12427618055b95f8
Octal1444714110012527113710
Binary110010010011111000011000010101011011100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012427; }

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

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

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

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

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

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

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

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