Html Css Color HEX #050C05 Black Bean

📋 copy color: '#050C05'

red 5 ◦ green 12 ◦ blue 5

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

Shades of Black Bean #050C05

Tints of Black Bean #050C05

RGB

 RED value IS 5 (2.34% from 255) = 22.73%

 GREEN value IS 12 (5.08% from 255) = 54.55%

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

R = 22.73%
G = 54.55%
B = 22.73%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.58

 K value IS 0.95

RGB Variations

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

Color information

#050C05 (or 0x050C05) is known color: Black Bean. HEX triplet: 05, 0C and 05. RGB value is (5,12,5). Sum of RGB (Red+Green+Blue) = 5+12+5=22 (2% of max value = 765). Red value is 5 (2.34% from 255 or 22.73% from 22); Green value is 12 (5.08% from 255 or 54.55% from 22); Blue value is 5 (2.34% from 255 or 22.73% from 22); Max value from RGB is 12 - color contains mainly: green. Hex color #050C05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050C05 is #FAF3FA. Grayscale: #090909. Windows color (decimal): -16446459 or 330757. OLE color: 330757.

HSL color Cylindrical-coordinate representation of color #050C05: hue angle of 120º degrees, saturation: 0.41, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #050C05 is Cyan = 0.58, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.95.

Color convert

RGB 5 12 5 -
CMYK 0.58 0 0.58 0.95
HSL 120º 0.41% 0.03% -
HSV(B) 120º 0.58% 0.05% -
XYZ 0.22 0.31 0.19 -
YUV 9.11 125.68 125.07 -
System Red Green Blue C M Y K H S L
Decimal 5 12 5 0.58 0 0.58 0.95 120 0.41 0.03
Hex 5 C 5 3A 0 3A 5F 78 29 3
Octal 5 14 5 72 0 72 137 170 51 3
Binary 101 1100 101 111010 0 111010 1011111 1111000 101001 11

Color Harmonies of #050C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050C05

Black with #050C05

Text Example


Text Example

White with #050C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050C05; }

 p { color: rgb(5,12,5); }

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

background-color css

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

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

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

border-color css

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

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

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