Html Css Color HEX #012006 Black Bean

📋 copy color: '#012006'

red 1 ◦ green 32 ◦ blue 6

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

Shades of Black Bean #012006

Tints of Black Bean #012006

RGB

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

 GREEN value IS 32 (12.89% from 255) = 82.05%

 BLUE value IS 6 (2.73% from 255) = 15.38%

R = 2.56%
G = 82.05%
B = 15.38%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.81

 K value IS 0.87

RGB Variations

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

Color information

#012006 (or 0x012006) is known color: Black Bean. HEX triplet: 01, 20 and 06. RGB value is (1,32,6). Sum of RGB (Red+Green+Blue) = 1+32+6=39 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.56% from 39); Green value is 32 (12.89% from 255 or 82.05% from 39); Blue value is 6 (2.73% from 255 or 15.38% from 39); Max value from RGB is 32 - color contains mainly: green. Hex color #012006 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012006 is #FEDFF9. Grayscale: #131313. Windows color (decimal): -16703482 or 401409. OLE color: 401409.

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

Color convert

RGB 1 32 6 -
CMYK 0.97 0 0.81 0.87
HSL 129.68º 0.94% 0.06% -
HSV(B) 129.68º 0.97% 0.13% -
XYZ 0.56 1.05 0.35 -
YUV 19.77 120.23 114.61 -
System Red Green Blue C M Y K H S L
Decimal 1 32 6 0.97 0 0.81 0.87 129.68 0.94 0.06
Hex 1 20 6 61 0 51 57 82 5E 6
Octal 1 40 6 141 0 121 127 202 136 6
Binary 1 100000 110 1100001 0 1010001 1010111 10000010 1011110 110

Color Harmonies of #012006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012006

Black with #012006

Text Example


Text Example

White with #012006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012006; }

 p { color: rgb(1,32,6); }

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

background-color css

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

 a { background-color: rgb(1,32,6); }

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

border-color css

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

 span { border-color: rgb(1,32,6); }

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