#051207

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

Shades of Black Bean #051207

Tints of Black Bean #051207

Color information

#051207 (or 0x051207) is unknown color: approx Black Bean. HEX triplet: 05, 12 and 07. RGB value is (5,18,7). Sum of RGB (Red+Green+Blue) = 5+18+7=30 (3% of max value = 765). Red value is 5 (2.34% from 255 or 16.67% from 30); Green value is 18 (7.42% from 255 or 60% from 30); Blue value is 7 (3.12% from 255 or 23.33% from 30); Max value from RGB is 18 - color contains mainly: green. Hex color #051207 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051207 is #FAEDF8. Grayscale: #0C0C0C. Windows color (decimal): -16444921 or 463365. OLE color: 463365.

HSL color Cylindrical-coordinate representation of color #051207: hue angle of 129.23º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #051207 is Cyan = 0.72, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.93.

Color convert

RGB5187-
CMYK0.7200.610.93
HSL129.23º56.52%4.51%-
HSV(B)129.23º72.22%7.06%-
XYZ0.320.480.28-
YUV12.86124.69122.39-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 16.67%
GREEN value IS 18 (7.42% from 255) = 60%
BLUE value IS 7 (3.12% from 255) = 23.33%
R=16.67%
G=60%
B=23.33%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal51870.7200.610.93129.2356.524.51
Hex51274803D5D81395
Octal5227110075135201715
Binary1011001011110010000111101101110110000001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051207; }

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

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

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

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

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

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

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

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