Html Css Color HEX #022306 Black Bean

📋 copy color: '#022306'

red 2 ◦ green 35 ◦ blue 6

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

Shades of Black Bean #022306

Tints of Black Bean #022306

RGB

 RED value IS 2 (1.17% from 255) = 4.65%

 GREEN value IS 35 (14.06% from 255) = 81.4%

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

R = 4.65%
G = 81.4%
B = 13.95%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.83

 K value IS 0.86

RGB Variations

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

Color information

#022306 (or 0x022306) is known color: Black Bean. HEX triplet: 02, 23 and 06. RGB value is (2,35,6). Sum of RGB (Red+Green+Blue) = 2+35+6=43 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.65% from 43); Green value is 35 (14.06% from 255 or 81.40% from 43); Blue value is 6 (2.73% from 255 or 13.95% from 43); Max value from RGB is 35 - color contains mainly: green. Hex color #022306 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022306 is #FDDCF9. Grayscale: #151515. Windows color (decimal): -16637178 or 402178. OLE color: 402178.

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

Color convert

RGB 2 35 6 -
CMYK 0.94 0 0.83 0.86
HSL 127.27º 0.89% 0.07% -
HSV(B) 127.27º 0.94% 0.14% -
XYZ 0.66 1.23 0.37 -
YUV 21.83 119.07 113.86 -
System Red Green Blue C M Y K H S L
Decimal 2 35 6 0.94 0 0.83 0.86 127.27 0.89 0.07
Hex 2 23 6 5E 0 53 56 7F 59 7
Octal 2 43 6 136 0 123 126 177 131 7
Binary 10 100011 110 1011110 0 1010011 1010110 1111111 1011001 111

Color Harmonies of #022306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022306

Black with #022306

Text Example


Text Example

White with #022306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022306; }

 p { color: rgb(2,35,6); }

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

background-color css

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

 a { background-color: rgb(2,35,6); }

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

border-color css

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

 span { border-color: rgb(2,35,6); }

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