#07270B

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

Shades of Black Bean #07270B

Tints of Black Bean #07270B

Color information

#07270B (or 0x07270B) is unknown color: approx Black Bean. HEX triplet: 07, 27 and 0B. RGB value is (7,39,11). Sum of RGB (Red+Green+Blue) = 7+39+11=57 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.28% from 57); Green value is 39 (15.62% from 255 or 68.42% from 57); Blue value is 11 (4.69% from 255 or 19.30% from 57); Max value from RGB is 39 - color contains mainly: green. Hex color #07270B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07270B is #F8D8F4. Grayscale: #1A1A1A. Windows color (decimal): -16308469 or 730887. OLE color: 730887.

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

Color convert

RGB73911-
CMYK0.8200.720.85
HSL127.5º69.57%9.02%-
HSV(B)127.5º82.05%15.29%-
XYZ0.871.520.56-
YUV26.24119.4114.28-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 12.28%
GREEN value IS 39 (15.62% from 255) = 68.42%
BLUE value IS 11 (4.69% from 255) = 19.30%
R=12.28%
G=68.42%
B=19.30%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal739110.8200.720.85127.569.579.02
Hex727B520485580469
Octal74713122011012520010611
Binary111100111101110100100100100010101011000000010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07270B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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