#051A07

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

Shades of Black Bean #051A07

Tints of Black Bean #051A07

Color information

#051A07 (or 0x051A07) is unknown color: approx Black Bean. HEX triplet: 05, 1A and 07. RGB value is (5,26,7). Sum of RGB (Red+Green+Blue) = 5+26+7=38 (5% of max value = 765). Red value is 5 (2.34% from 255 or 13.16% from 38); Green value is 26 (10.55% from 255 or 68.42% from 38); Blue value is 7 (3.12% from 255 or 18.42% from 38); Max value from RGB is 26 - color contains mainly: green. Hex color #051A07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051A07 is #FAE5F8. Grayscale: #111111. Windows color (decimal): -16442873 or 465413. OLE color: 465413.

HSL color Cylindrical-coordinate representation of color #051A07: hue angle of 125.71º degrees, saturation: 0.68, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #051A07 is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.90.

Color convert

RGB5267-
CMYK0.8100.730.90
HSL125.71º67.74%6.08%-
HSV(B)125.71º80.77%10.2%-
XYZ0.470.790.33-
YUV17.56122.04119.04-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 13.16%
GREEN value IS 26 (10.55% from 255) = 68.42%
BLUE value IS 7 (3.12% from 255) = 18.42%
R=13.16%
G=68.42%
B=18.42%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal52670.8100.730.90125.7167.746.08
Hex51A7510495A7e446
Octal532712101111321761046
Binary10111010111101000101001001101101011111101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051A07; }

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

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

<style>
 a { background-color: #051A07; }

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

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

<style>
 span { border-color: #051A07; }

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

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