#012937

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

Shades of Black Pearl #012937

Tints of Black Pearl #012937

Color information

#012937 (or 0x012937) is unknown color: approx Black Pearl. HEX triplet: 01, 29 and 37. RGB value is (1,41,55). Sum of RGB (Red+Green+Blue) = 1+41+55=97 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.03% from 97); Green value is 41 (16.41% from 255 or 42.27% from 97); Blue value is 55 (21.88% from 255 or 56.70% from 97); Max value from RGB is 55 - color contains mainly: blue. Hex color #012937 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012937 is #FED6C8. Grayscale: #1E1E1E. Windows color (decimal): -16701129 or 3614977. OLE color: 3614977.

HSL color Cylindrical-coordinate representation of color #012937: hue angle of 195.56º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012937 is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB14155-
CMYK0.980.2500.78
HSL195.56º96.43%10.98%-
HSV(B)195.56º98.18%21.57%-
XYZ1.51.873.9-
YUV30.64141.75106.86-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.03%
GREEN value IS 41 (16.41% from 255) = 42.27%
BLUE value IS 55 (21.88% from 255) = 56.70%
R=1.03%
G=42.27%
B=56.70%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal141550.980.2500.78195.5696.4310.98
Hex12937621904Ec460b
Octal1516714231011630414013
Binary1101001110111110001011001010011101100010011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012937; }

 p { color: rgb(1,41,55); }

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

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

 a { background-color: rgb(1,41,55); }

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

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

 span { border-color: rgb(1,41,55); }

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