Html Css Color HEX #050F04 Black Bean

📋 copy color: '#050F04'

red 5 ◦ green 15 ◦ blue 4

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

Shades of Black Bean #050F04

Tints of Black Bean #050F04

RGB

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

 GREEN value IS 15 (6.25% from 255) = 62.5%

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

R = 20.83%
G = 62.5%
B = 16.67%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.73

 K value IS 0.94

RGB Variations

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

Color information

#050F04 (or 0x050F04) is known color: Black Bean. HEX triplet: 05, 0F and 04. RGB value is (5,15,4). Sum of RGB (Red+Green+Blue) = 5+15+4=24 (3% of max value = 765). Red value is 5 (2.34% from 255 or 20.83% from 24); Green value is 15 (6.25% from 255 or 62.5% from 24); Blue value is 4 (1.95% from 255 or 16.67% from 24); Max value from RGB is 15 - color contains mainly: green. Hex color #050F04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050F04 is #FAF0FB. Grayscale: #0A0A0A. Windows color (decimal): -16445692 or 265989. OLE color: 265989.

HSL color Cylindrical-coordinate representation of color #050F04: hue angle of 114.55º degrees, saturation: 0.58, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #050F04 is Cyan = 0.67, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.94.

Color convert

RGB 5 15 4 -
CMYK 0.67 0 0.73 0.94
HSL 114.55º 0.58% 0.04% -
HSV(B) 114.55º 0.73% 0.06% -
XYZ 0.26 0.38 0.18 -
YUV 10.76 124.19 123.89 -
System Red Green Blue C M Y K H S L
Decimal 5 15 4 0.67 0 0.73 0.94 114.55 0.58 0.04
Hex 5 F 4 43 0 49 5E 73 3A 4
Octal 5 17 4 103 0 111 136 163 72 4
Binary 101 1111 100 1000011 0 1001001 1011110 1110011 111010 100

Color Harmonies of #050F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050F04

Black with #050F04

Text Example


Text Example

White with #050F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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