#07270A

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

Shades of Black Bean #07270A

Tints of Black Bean #07270A

Color information

#07270A (or 0x07270A) is unknown color: approx Black Bean. HEX triplet: 07, 27 and 0A. RGB value is (7,39,10). Sum of RGB (Red+Green+Blue) = 7+39+10=56 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.5% from 56); Green value is 39 (15.62% from 255 or 69.64% from 56); Blue value is 10 (4.30% from 255 or 17.86% from 56); Max value from RGB is 39 - color contains mainly: green. Hex color #07270A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07270A is #F8D8F5. Grayscale: #1A1A1A. Windows color (decimal): -16308470 or 665351. OLE color: 665351.

HSL color Cylindrical-coordinate representation of color #07270A: hue angle of 125.62º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #07270A is Cyan = 0.82, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.85.

Color convert

RGB73910-
CMYK0.8200.740.85
HSL125.62º69.57%9.02%-
HSV(B)125.62º82.05%15.29%-
XYZ0.871.520.53-
YUV26.13118.9114.36-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 12.5%
GREEN value IS 39 (15.62% from 255) = 69.64%
BLUE value IS 10 (4.30% from 255) = 17.86%
R=12.5%
G=69.64%
B=17.86%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal739100.8200.740.85125.6269.579.02
Hex727A5204A557e469
Octal74712122011212517610611
Binary11110011110101010010010010101010101111111010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07270A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07270A; }

 p { color: rgb(7,39,10); }

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

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

 a { background-color: rgb(7,39,10); }

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

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

 span { border-color: rgb(7,39,10); }

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