#2A391E

Color #2A391E Black Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Forest #2A391E

Tints of Black Forest #2A391E

Color information

#2A391E (or 0x2A391E) is unknown color: approx Black Forest. HEX triplet: 2A, 39 and 1E. RGB value is (42,57,30). Sum of RGB (Red+Green+Blue) = 42+57+30=129 (17% of max value = 765). Red value is 42 (16.80% from 255 or 32.56% from 129); Green value is 57 (22.66% from 255 or 44.19% from 129); Blue value is 30 (12.11% from 255 or 23.26% from 129); Max value from RGB is 57 - color contains mainly: green. Hex color #2A391E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A391E is #D5C6E1. Grayscale: #313131. Windows color (decimal): -14010082 or 1980714. OLE color: 1980714.

HSL color Cylindrical-coordinate representation of color #2A391E: hue angle of 93.33º degrees, saturation: 0.31, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2A391E is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.78.

Color convert

RGB425730-
CMYK0.2600.470.78
HSL93.33º31.03%17.06%-
HSV(B)93.33º47.37%22.35%-
XYZ2.653.511.77-
YUV49.44117.03122.7-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 32.56%
GREEN value IS 57 (22.66% from 255) = 44.19%
BLUE value IS 30 (12.11% from 255) = 23.26%
R=32.56%
G=44.19%
B=23.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4257300.2600.470.7893.3331.0317.06
Hex2A391E1A02F4E5d1f11
Octal527136320571161353721
Binary10101011100111110110100101111100111010111011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A391E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A391E; }

 p { color: rgb(42,57,30); }

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

<style>
 a { background-color: #2A391E; }

 a { background-color: rgb(42,57,30); }

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

<style>
 span { border-color: #2A391E; }

 span { border-color: rgb(42,57,30); }

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