Html Css Color HEX #012204 Black Bean

📋 copy color: '#012204'

red 1 ◦ green 34 ◦ blue 4

#012204
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Bean #012204

Tints of Black Bean #012204

RGB

 RED value IS 1 (0.78% from 255) = 2.56%

 GREEN value IS 34 (13.67% from 255) = 87.18%

 BLUE value IS 4 (1.95% from 255) = 10.26%

R = 2.56%
G = 87.18%
B = 10.26%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.88

 K value IS 0.87

RGB Variations

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

Color information

#012204 (or 0x012204) is known color: Black Bean. HEX triplet: 01, 22 and 04. RGB value is (1,34,4). Sum of RGB (Red+Green+Blue) = 1+34+4=39 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.56% from 39); Green value is 34 (13.67% from 255 or 87.18% from 39); Blue value is 4 (1.95% from 255 or 10.26% from 39); Max value from RGB is 34 - color contains mainly: green. Hex color #012204 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012204 is #FEDDFB. Grayscale: #141414. Windows color (decimal): -16702972 or 270849. OLE color: 270849.

HSL color Cylindrical-coordinate representation of color #012204: hue angle of 125.45º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012204 is Cyan = 0.97, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.87.

Color convert

RGB 1 34 4 -
CMYK 0.97 0 0.88 0.87
HSL 125.45º 0.94% 0.07% -
HSV(B) 125.45º 0.97% 0.13% -
XYZ 0.61 1.16 0.31 -
YUV 20.71 118.57 113.94 -
System Red Green Blue C M Y K H S L
Decimal 1 34 4 0.97 0 0.88 0.87 125.45 0.94 0.07
Hex 1 22 4 61 0 58 57 7D 5E 7
Octal 1 42 4 141 0 130 127 175 136 7
Binary 1 100010 100 1100001 0 1011000 1010111 1111101 1011110 111

Color Harmonies of #012204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012204

Black with #012204

Text Example


Text Example

White with #012204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012204; }

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

 H1.HeaderClassName
 {
   color: #012204;
 }
 .AnyTagClassName
 {
   color: #012204;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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