#012504

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

Shades of Black Bean #012504

Tints of Black Bean #012504

Color information

#012504 (or 0x012504) is unknown color: approx Black Bean. HEX triplet: 01, 25 and 04. RGB value is (1,37,4). Sum of RGB (Red+Green+Blue) = 1+37+4=42 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.38% from 42); Green value is 37 (14.84% from 255 or 88.10% from 42); Blue value is 4 (1.95% from 255 or 9.52% from 42); Max value from RGB is 37 - color contains mainly: green. Hex color #012504 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012504 is #FEDAFB. Grayscale: #161616. Windows color (decimal): -16702204 or 271617. OLE color: 271617.

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

Color convert

RGB1374-
CMYK0.9700.890.85
HSL125º94.74%7.45%-
HSV(B)125º97.3%14.51%-
XYZ0.71.340.34-
YUV22.47117.57112.68-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.38%
GREEN value IS 37 (14.84% from 255) = 88.10%
BLUE value IS 4 (1.95% from 255) = 9.52%
R=2.38%
G=88.10%
B=9.52%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal13740.9700.890.8512594.747.45
Hex125461059557d5f7
Octal145414101311251751377
Binary1100101100110000101011001101010111111011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012504; }

 p { color: rgb(1,37,4); }

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

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

 a { background-color: rgb(1,37,4); }

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

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

 span { border-color: rgb(1,37,4); }

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