Html Css Color HEX #050F05 Black Bean

📋 copy color: '#050F05'

red 5 ◦ green 15 ◦ blue 5

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

Shades of Black Bean #050F05

Tints of Black Bean #050F05

RGB

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

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

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

R = 20%
G = 60%
B = 20%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.67

 K value IS 0.94

RGB Variations

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

Color information

#050F05 (or 0x050F05) is known color: Black Bean. HEX triplet: 05, 0F and 05. RGB value is (5,15,5). Sum of RGB (Red+Green+Blue) = 5+15+5=25 (3% of max value = 765). Red value is 5 (2.34% from 255 or 20% from 25); Green value is 15 (6.25% from 255 or 60% from 25); Blue value is 5 (2.34% from 255 or 20% from 25); Max value from RGB is 15 - color contains mainly: green. Hex color #050F05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050F05 is #FAF0FA. Grayscale: #0A0A0A. Windows color (decimal): -16445691 or 331525. OLE color: 331525.

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

Color convert

RGB 5 15 5 -
CMYK 0.67 0 0.67 0.94
HSL 120º 0.5% 0.04% -
HSV(B) 120º 0.67% 0.06% -
XYZ 0.26 0.38 0.2 -
YUV 10.87 124.69 123.81 -
System Red Green Blue C M Y K H S L
Decimal 5 15 5 0.67 0 0.67 0.94 120 0.5 0.04
Hex 5 F 5 43 0 43 5E 78 32 4
Octal 5 17 5 103 0 103 136 170 62 4
Binary 101 1111 101 1000011 0 1000011 1011110 1111000 110010 100

Color Harmonies of #050F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050F05

Black with #050F05

Text Example


Text Example

White with #050F05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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