#012428

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

Shades of Black Pearl #012428

Tints of Black Pearl #012428

Color information

#012428 (or 0x012428) is unknown color: approx Black Pearl. HEX triplet: 01, 24 and 28. RGB value is (1,36,40). Sum of RGB (Red+Green+Blue) = 1+36+40=77 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.30% from 77); Green value is 36 (14.45% from 255 or 46.75% from 77); Blue value is 40 (16.02% from 255 or 51.95% from 77); Max value from RGB is 40 - color contains mainly: blue. Hex color #012428 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012428 is #FEDBD7. Grayscale: #191919. Windows color (decimal): -16702424 or 2630657. OLE color: 2630657.

HSL color Cylindrical-coordinate representation of color #012428: hue angle of 186.15º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012428 is Cyan = 0.98, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB13640-
CMYK0.980.1000.84
HSL186.15º95.12%8.04%-
HSV(B)186.15º97.5%15.69%-
XYZ1.031.422.23-
YUV25.99135.9110.17-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.30%
GREEN value IS 36 (14.45% from 255) = 46.75%
BLUE value IS 40 (16.02% from 255) = 51.95%
R=1.30%
G=46.75%
B=51.95%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal136400.980.1000.84186.1595.128.04
Hex1242862A054ba5f8
Octal1445014212012427213710
Binary110010010100011000101010010101001011101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012428; }

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

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

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

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

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

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

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

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