#07230B

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

Shades of Black Bean #07230B

Tints of Black Bean #07230B

Color information

#07230B (or 0x07230B) is unknown color: approx Black Bean. HEX triplet: 07, 23 and 0B. RGB value is (7,35,11). Sum of RGB (Red+Green+Blue) = 7+35+11=53 (7% of max value = 765). Red value is 7 (3.12% from 255 or 13.21% from 53); Green value is 35 (14.06% from 255 or 66.04% from 53); Blue value is 11 (4.69% from 255 or 20.75% from 53); Max value from RGB is 35 - color contains mainly: green. Hex color #07230B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07230B is #F8DCF4. Grayscale: #171717. Windows color (decimal): -16309493 or 729863. OLE color: 729863.

HSL color Cylindrical-coordinate representation of color #07230B: hue angle of 128.57º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #07230B is Cyan = 0.80, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.86.

Color convert

RGB73511-
CMYK0.8000.690.86
HSL128.57º66.67%8.24%-
HSV(B)128.57º80%13.73%-
XYZ0.751.270.52-
YUV23.89120.72115.95-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 13.21%
GREEN value IS 35 (14.06% from 255) = 66.04%
BLUE value IS 11 (4.69% from 255) = 20.75%
R=13.21%
G=66.04%
B=20.75%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal735110.8000.690.86128.5766.678.24
Hex723B500455681438
Octal74313120010512620110310
Binary111100011101110100000100010110101101000000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07230B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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