#2A411E

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

Shades of Black Forest #2A411E

Tints of Black Forest #2A411E

Color information

#2A411E (or 0x2A411E) is unknown color: approx Black Forest. HEX triplet: 2A, 41 and 1E. RGB value is (42,65,30). Sum of RGB (Red+Green+Blue) = 42+65+30=137 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30.66% from 137); Green value is 65 (25.78% from 255 or 47.45% from 137); Blue value is 30 (12.11% from 255 or 21.90% from 137); Max value from RGB is 65 - color contains mainly: green. Hex color #2A411E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A411E is #D5BEE1. Grayscale: #363636. Windows color (decimal): -14008034 or 1982762. OLE color: 1982762.

HSL color Cylindrical-coordinate representation of color #2A411E: hue angle of 99.43º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2A411E is Cyan = 0.35, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.75.

Color convert

RGB426530-
CMYK0.3500.540.75
HSL99.43º36.84%18.63%-
HSV(B)99.43º53.85%25.49%-
XYZ3.084.371.91-
YUV54.13114.38119.35-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 30.66%
GREEN value IS 65 (25.78% from 255) = 47.45%
BLUE value IS 30 (12.11% from 255) = 21.90%
R=30.66%
G=47.45%
B=21.90%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4265300.3500.540.7599.4336.8418.63
Hex2A411E230364B632513
Octal5210136430661131434523
Binary10101010000011111010001101101101001011110001110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A411E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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