#1E3022

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

Shades of Black Bean #1E3022

Tints of Black Bean #1E3022

Color information

#1E3022 (or 0x1E3022) is unknown color: approx Black Bean. HEX triplet: 1E, 30 and 22. RGB value is (30,48,34). Sum of RGB (Red+Green+Blue) = 30+48+34=112 (14% of max value = 765). Red value is 30 (12.11% from 255 or 26.79% from 112); Green value is 48 (19.14% from 255 or 42.86% from 112); Blue value is 34 (13.67% from 255 or 30.36% from 112); Max value from RGB is 48 - color contains mainly: green. Hex color #1E3022 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3022 is #E1CFDD. Grayscale: #292929. Windows color (decimal): -14798814 or 2240542. OLE color: 2240542.

HSL color Cylindrical-coordinate representation of color #1E3022: hue angle of 133.33º degrees, saturation: 0.23, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #1E3022 is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.81.

Color convert

RGB304834-
CMYK0.3700.290.81
HSL133.33º23.08%15.29%-
HSV(B)133.33º37.5%18.82%-
XYZ1.882.511.9-
YUV41.02124.04120.14-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 26.79%
GREEN value IS 48 (19.14% from 255) = 42.86%
BLUE value IS 34 (13.67% from 255) = 30.36%
R=26.79%
G=42.86%
B=30.36%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3048340.3700.290.81133.3323.0815.29
Hex1E30222501D518517f
Octal366042450351212052717
Binary11110110000100010100101011101101000110000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E3022; }

 p { color: rgb(30,48,34); }

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

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

 a { background-color: rgb(30,48,34); }

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

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

 span { border-color: rgb(30,48,34); }

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