Html Css Color HEX #050E04 Black Bean

📋 copy color: '#050E04'

red 5 ◦ green 14 ◦ blue 4

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

Shades of Black Bean #050E04

Tints of Black Bean #050E04

RGB

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

 GREEN value IS 14 (5.86% from 255) = 60.87%

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

R = 21.74%
G = 60.87%
B = 17.39%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.71

 K value IS 0.95

RGB Variations

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

Color information

#050E04 (or 0x050E04) is known color: Black Bean. HEX triplet: 05, 0E and 04. RGB value is (5,14,4). Sum of RGB (Red+Green+Blue) = 5+14+4=23 (3% of max value = 765). Red value is 5 (2.34% from 255 or 21.74% from 23); Green value is 14 (5.86% from 255 or 60.87% from 23); Blue value is 4 (1.95% from 255 or 17.39% from 23); Max value from RGB is 14 - color contains mainly: green. Hex color #050E04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050E04 is #FAF1FB. Grayscale: #0A0A0A. Windows color (decimal): -16445948 or 265733. OLE color: 265733.

HSL color Cylindrical-coordinate representation of color #050E04: hue angle of 114º degrees, saturation: 0.56, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #050E04 is Cyan = 0.64, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.95.

Color convert

RGB 5 14 4 -
CMYK 0.64 0 0.71 0.95
HSL 114º 0.56% 0.04% -
HSV(B) 114º 0.71% 0.05% -
XYZ 0.24 0.36 0.17 -
YUV 10.17 124.52 124.31 -
System Red Green Blue C M Y K H S L
Decimal 5 14 4 0.64 0 0.71 0.95 114 0.56 0.04
Hex 5 E 4 40 0 47 5F 72 38 4
Octal 5 16 4 100 0 107 137 162 70 4
Binary 101 1110 100 1000000 0 1000111 1011111 1110010 111000 100

Color Harmonies of #050E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050E04

Black with #050E04

Text Example


Text Example

White with #050E04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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