Html Css Color HEX #012105 Black Bean

📋 copy color: '#012105'

red 1 ◦ green 33 ◦ blue 5

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

Shades of Black Bean #012105

Tints of Black Bean #012105

RGB

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

 GREEN value IS 33 (13.28% from 255) = 84.62%

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

R = 2.56%
G = 84.62%
B = 12.82%

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

#012105 (or 0x012105) is known color: Black Bean. HEX triplet: 01, 21 and 05. RGB value is (1,33,5). Sum of RGB (Red+Green+Blue) = 1+33+5=39 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.56% from 39); Green value is 33 (13.28% from 255 or 84.62% from 39); Blue value is 5 (2.34% from 255 or 12.82% from 39); Max value from RGB is 33 - color contains mainly: green. Hex color #012105 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012105 is #FEDEFA. Grayscale: #141414. Windows color (decimal): -16703227 or 336129. OLE color: 336129.

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

Color convert

RGB 1 33 5 -
CMYK 0.97 0 0.85 0.87
HSL 127.5º 0.94% 0.07% -
HSV(B) 127.5º 0.97% 0.13% -
XYZ 0.58 1.11 0.33 -
YUV 20.24 119.4 114.28 -
System Red Green Blue C M Y K H S L
Decimal 1 33 5 0.97 0 0.85 0.87 127.5 0.94 0.07
Hex 1 21 5 61 0 55 57 80 5E 7
Octal 1 41 5 141 0 125 127 200 136 7
Binary 1 100001 101 1100001 0 1010101 1010111 10000000 1011110 111

Color Harmonies of #012105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012105

Black with #012105

Text Example


Text Example

White with #012105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012105; }

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

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

background-color css

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

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

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

border-color css

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

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

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