#050D07

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

Shades of Black Bean #050D07

Tints of Black Bean #050D07

Color information

#050D07 (or 0x050D07) is unknown color: approx Black Bean. HEX triplet: 05, 0D and 07. RGB value is (5,13,7). Sum of RGB (Red+Green+Blue) = 5+13+7=25 (3% of max value = 765). Red value is 5 (2.34% from 255 or 20% from 25); Green value is 13 (5.47% from 255 or 52% from 25); Blue value is 7 (3.12% from 255 or 28% from 25); Max value from RGB is 13 - color contains mainly: green. Hex color #050D07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050D07 is #FAF2F8. Grayscale: #090909. Windows color (decimal): -16446201 or 462085. OLE color: 462085.

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

Color convert

RGB5137-
CMYK0.6200.460.95
HSL135º44.44%3.53%-
HSV(B)135º61.54%5.1%-
XYZ0.240.340.25-
YUV9.92126.35124.49-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 20%
GREEN value IS 13 (5.47% from 255) = 52%
BLUE value IS 7 (3.12% from 255) = 28%
R=20%
G=52%
B=28%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal51370.6200.460.9513544.443.53
Hex5D73E02E5F872c4
Octal515776056137207544
Binary10111011111111100101110101111110000111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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