Html Css Color HEX #022305 Black Bean

📋 copy color: '#022305'

red 2 ◦ green 35 ◦ blue 5

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

Shades of Black Bean #022305

Tints of Black Bean #022305

RGB

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

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

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

R = 4.76%
G = 83.33%
B = 11.9%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.86

 K value IS 0.86

RGB Variations

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

Color information

#022305 (or 0x022305) is known color: Black Bean. HEX triplet: 02, 23 and 05. RGB value is (2,35,5). Sum of RGB (Red+Green+Blue) = 2+35+5=42 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.76% from 42); Green value is 35 (14.06% from 255 or 83.33% from 42); Blue value is 5 (2.34% from 255 or 11.90% from 42); Max value from RGB is 35 - color contains mainly: green. Hex color #022305 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022305 is #FDDCFA. Grayscale: #151515. Windows color (decimal): -16637179 or 336642. OLE color: 336642.

HSL color Cylindrical-coordinate representation of color #022305: hue angle of 125.45º 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 #022305 is Cyan = 0.94, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.86.

Color convert

RGB 2 35 5 -
CMYK 0.94 0 0.86 0.86
HSL 125.45º 0.89% 0.07% -
HSV(B) 125.45º 0.94% 0.14% -
XYZ 0.65 1.23 0.35 -
YUV 21.71 118.57 113.94 -
System Red Green Blue C M Y K H S L
Decimal 2 35 5 0.94 0 0.86 0.86 125.45 0.89 0.07
Hex 2 23 5 5E 0 56 56 7D 59 7
Octal 2 43 5 136 0 126 126 175 131 7
Binary 10 100011 101 1011110 0 1010110 1010110 1111101 1011001 111

Color Harmonies of #022305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022305

Black with #022305

Text Example


Text Example

White with #022305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022305; }

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

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

background-color css

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

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

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

border-color css

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

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

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