Html Css Color HEX #012205 Black Bean

📋 copy color: '#012205'

red 1 ◦ green 34 ◦ blue 5

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

Shades of Black Bean #012205

Tints of Black Bean #012205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 12.5%

R = 2.5%
G = 85%
B = 12.5%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.85

 K value IS 0.87

RGB Variations

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

Color information

#012205 (or 0x012205) is known color: Black Bean. HEX triplet: 01, 22 and 05. RGB value is (1,34,5). Sum of RGB (Red+Green+Blue) = 1+34+5=40 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.5% from 40); Green value is 34 (13.67% from 255 or 85% from 40); Blue value is 5 (2.34% from 255 or 12.5% from 40); Max value from RGB is 34 - color contains mainly: green. Hex color #012205 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012205 is #FEDDFA. Grayscale: #141414. Windows color (decimal): -16702971 or 336385. OLE color: 336385.

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

Color convert

RGB 1 34 5 -
CMYK 0.97 0 0.85 0.87
HSL 127.27º 0.94% 0.07% -
HSV(B) 127.27º 0.97% 0.13% -
XYZ 0.61 1.16 0.34 -
YUV 20.83 119.07 113.86 -
System Red Green Blue C M Y K H S L
Decimal 1 34 5 0.97 0 0.85 0.87 127.27 0.94 0.07
Hex 1 22 5 61 0 55 57 7F 5E 7
Octal 1 42 5 141 0 125 127 177 136 7
Binary 1 100010 101 1100001 0 1010101 1010111 1111111 1011110 111

Color Harmonies of #012205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012205

Black with #012205

Text Example


Text Example

White with #012205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012205; }

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

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

background-color css

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

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

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

border-color css

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

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

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