Html Css Color HEX #011203 Black Bean

📋 copy color: '#011203'

red 1 ◦ green 18 ◦ blue 3

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

Shades of Black Bean #011203

Tints of Black Bean #011203

RGB

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

 GREEN value IS 18 (7.42% from 255) = 81.82%

 BLUE value IS 3 (1.56% from 255) = 13.64%

R = 4.55%
G = 81.82%
B = 13.64%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.83

 K value IS 0.93

RGB Variations

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

Color information

#011203 (or 0x011203) is known color: Black Bean. HEX triplet: 01, 12 and 03. RGB value is (1,18,3). Sum of RGB (Red+Green+Blue) = 1+18+3=22 (2% of max value = 765). Red value is 1 (0.78% from 255 or 4.55% from 22); Green value is 18 (7.42% from 255 or 81.82% from 22); Blue value is 3 (1.56% from 255 or 13.64% from 22); Max value from RGB is 18 - color contains mainly: green. Hex color #011203 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011203 is #FEEDFC. Grayscale: #0B0B0B. Windows color (decimal): -16707069 or 201217. OLE color: 201217.

HSL color Cylindrical-coordinate representation of color #011203: hue angle of 127.06º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #011203 is Cyan = 0.94, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.93.

Color convert

RGB 1 18 3 -
CMYK 0.94 0 0.83 0.93
HSL 127.06º 0.89% 0.04% -
HSV(B) 127.06º 0.94% 0.07% -
XYZ 0.25 0.45 0.16 -
YUV 11.21 123.37 120.72 -
System Red Green Blue C M Y K H S L
Decimal 1 18 3 0.94 0 0.83 0.93 127.06 0.89 0.04
Hex 1 12 3 5E 0 53 5D 7F 59 4
Octal 1 22 3 136 0 123 135 177 131 4
Binary 1 10010 11 1011110 0 1010011 1011101 1111111 1011001 100

Color Harmonies of #011203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011203

Black with #011203

Text Example


Text Example

White with #011203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011203; }

 p { color: rgb(1,18,3); }

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

background-color css

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

 a { background-color: rgb(1,18,3); }

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

border-color css

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

 span { border-color: rgb(1,18,3); }

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