Html Css Color HEX #050D04 Black Bean

📋 copy color: '#050D04'

red 5 ◦ green 13 ◦ blue 4

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

Shades of Black Bean #050D04

Tints of Black Bean #050D04

RGB

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

 GREEN value IS 13 (5.47% from 255) = 59.09%

 BLUE value IS 4 (1.95% from 255) = 18.18%

R = 22.73%
G = 59.09%
B = 18.18%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.69

 K value IS 0.95

RGB Variations

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

Color information

#050D04 (or 0x050D04) is known color: Black Bean. HEX triplet: 05, 0D and 04. RGB value is (5,13,4). Sum of RGB (Red+Green+Blue) = 5+13+4=22 (2% of max value = 765). Red value is 5 (2.34% from 255 or 22.73% from 22); Green value is 13 (5.47% from 255 or 59.09% from 22); Blue value is 4 (1.95% from 255 or 18.18% from 22); Max value from RGB is 13 - color contains mainly: green. Hex color #050D04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050D04 is #FAF2FB. Grayscale: #090909. Windows color (decimal): -16446204 or 265477. OLE color: 265477.

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

Color convert

RGB 5 13 4 -
CMYK 0.62 0 0.69 0.95
HSL 113.33º 0.53% 0.03% -
HSV(B) 113.33º 0.69% 0.05% -
XYZ 0.23 0.33 0.17 -
YUV 9.58 124.85 124.73 -
System Red Green Blue C M Y K H S L
Decimal 5 13 4 0.62 0 0.69 0.95 113.33 0.53 0.03
Hex 5 D 4 3E 0 45 5F 71 35 3
Octal 5 15 4 76 0 105 137 161 65 3
Binary 101 1101 100 111110 0 1000101 1011111 1110001 110101 11

Color Harmonies of #050D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050D04

Black with #050D04

Text Example


Text Example

White with #050D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,13,4); }

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

background-color css

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

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

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

border-color css

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

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

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