#050E07

Color #050E07 Black Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Bean #050E07

Tints of Black Bean #050E07

Color information

#050E07 (or 0x050E07) is unknown color: approx Black Bean. HEX triplet: 05, 0E and 07. RGB value is (5,14,7). Sum of RGB (Red+Green+Blue) = 5+14+7=26 (3% of max value = 765). Red value is 5 (2.34% from 255 or 19.23% from 26); Green value is 14 (5.86% from 255 or 53.85% from 26); Blue value is 7 (3.12% from 255 or 26.92% from 26); Max value from RGB is 14 - color contains mainly: green. Hex color #050E07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050E07 is #FAF1F8. Grayscale: #0A0A0A. Windows color (decimal): -16445945 or 462341. OLE color: 462341.

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

Color convert

RGB5147-
CMYK0.6400.50.95
HSL133.33º47.37%3.73%-
HSV(B)133.33º64.29%5.49%-
XYZ0.260.360.26-
YUV10.51126.02124.07-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 19.23%
GREEN value IS 14 (5.86% from 255) = 53.85%
BLUE value IS 7 (3.12% from 255) = 26.92%
R=19.23%
G=53.85%
B=26.92%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal51470.6400.50.95133.3347.373.73
Hex5E7400325F852f4
Octal5167100062137205574
Binary101111011110000000110010101111110000101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #050E07;
 }
 .AnyTagClassName
 {
   color: #050E07;
 }
</style>
background-color css

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

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

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

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

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

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