#012604

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

Shades of Black Bean #012604

Tints of Black Bean #012604

Color information

#012604 (or 0x012604) is unknown color: approx Black Bean. HEX triplet: 01, 26 and 04. RGB value is (1,38,4). Sum of RGB (Red+Green+Blue) = 1+38+4=43 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.33% from 43); Green value is 38 (15.23% from 255 or 88.37% from 43); Blue value is 4 (1.95% from 255 or 9.30% from 43); Max value from RGB is 38 - color contains mainly: green. Hex color #012604 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012604 is #FED9FB. Grayscale: #171717. Windows color (decimal): -16701948 or 271873. OLE color: 271873.

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

Color convert

RGB1384-
CMYK0.9700.890.85
HSL124.86º94.87%7.65%-
HSV(B)124.86º97.37%14.9%-
XYZ0.731.40.35-
YUV23.06117.24112.26-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.33%
GREEN value IS 38 (15.23% from 255) = 88.37%
BLUE value IS 4 (1.95% from 255) = 9.30%
R=2.33%
G=88.37%
B=9.30%

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
Decimal13840.9700.890.85124.8694.877.65
Hex126461059557d5f8
Octal1464141013112517513710
Binary11001101001100001010110011010101111110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012604; }

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

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

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

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

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

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

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

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