#012024

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

Shades of Black Pearl #012024

Tints of Black Pearl #012024

Color information

#012024 (or 0x012024) is unknown color: approx Black Pearl. HEX triplet: 01, 20 and 24. RGB value is (1,32,36). Sum of RGB (Red+Green+Blue) = 1+32+36=69 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.45% from 69); Green value is 32 (12.89% from 255 or 46.38% from 69); Blue value is 36 (14.45% from 255 or 52.17% from 69); Max value from RGB is 36 - color contains mainly: blue. Hex color #012024 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012024 is #FEDFDB. Grayscale: #171717. Windows color (decimal): -16703452 or 2367489. OLE color: 2367489.

HSL color Cylindrical-coordinate representation of color #012024: hue angle of 186.86º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012024 is Cyan = 0.97, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB13236-
CMYK0.970.1100.86
HSL186.86º94.59%7.25%-
HSV(B)186.86º97.22%14.12%-
XYZ0.851.171.85-
YUV23.19135.23112.17-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.45%
GREEN value IS 32 (12.89% from 255) = 46.38%
BLUE value IS 36 (14.45% from 255) = 52.17%
R=1.45%
G=46.38%
B=52.17%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal132360.970.1100.86186.8694.597.25
Hex1202461B056bb5f7
Octal140441411301262731377
Binary11000001001001100001101101010110101110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012024; }

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

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

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

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

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

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

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

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