#07270C

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

Shades of Black Bean #07270C

Tints of Black Bean #07270C

Color information

#07270C (or 0x07270C) is unknown color: approx Black Bean. HEX triplet: 07, 27 and 0C. RGB value is (7,39,12). Sum of RGB (Red+Green+Blue) = 7+39+12=58 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.07% from 58); Green value is 39 (15.62% from 255 or 67.24% from 58); Blue value is 12 (5.08% from 255 or 20.69% from 58); Max value from RGB is 39 - color contains mainly: green. Hex color #07270C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07270C is #F8D8F3. Grayscale: #1A1A1A. Windows color (decimal): -16308468 or 796423. OLE color: 796423.

HSL color Cylindrical-coordinate representation of color #07270C: hue angle of 129.38º 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 #07270C is Cyan = 0.82, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.85.

Color convert

RGB73912-
CMYK0.8200.690.85
HSL129.38º69.57%9.02%-
HSV(B)129.38º82.05%15.29%-
XYZ0.881.520.6-
YUV26.35119.9114.2-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 12.07%
GREEN value IS 39 (15.62% from 255) = 67.24%
BLUE value IS 12 (5.08% from 255) = 20.69%
R=12.07%
G=67.24%
B=20.69%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal739120.8200.690.85129.3869.579.02
Hex727C520455581469
Octal74714122010512520110611
Binary111100111110010100100100010110101011000000110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07270C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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