#2A401D

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

Shades of Black Forest #2A401D

Tints of Black Forest #2A401D

Color information

#2A401D (or 0x2A401D) is unknown color: approx Black Forest. HEX triplet: 2A, 40 and 1D. RGB value is (42,64,29). Sum of RGB (Red+Green+Blue) = 42+64+29=135 (17% of max value = 765). Red value is 42 (16.80% from 255 or 31.11% from 135); Green value is 64 (25.39% from 255 or 47.41% from 135); Blue value is 29 (11.72% from 255 or 21.48% from 135); Max value from RGB is 64 - color contains mainly: green. Hex color #2A401D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A401D is #D5BFE2. Grayscale: #353535. Windows color (decimal): -14008291 or 1916970. OLE color: 1916970.

HSL color Cylindrical-coordinate representation of color #2A401D: hue angle of 97.71º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2A401D is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB426429-
CMYK0.3400.550.75
HSL97.71º37.63%18.24%-
HSV(B)97.71º54.69%25.1%-
XYZ3.014.251.82-
YUV53.43114.21119.85-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 31.11%
GREEN value IS 64 (25.39% from 255) = 47.41%
BLUE value IS 29 (11.72% from 255) = 21.48%
R=31.11%
G=47.41%
B=21.48%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4264290.3400.550.7597.7137.6318.24
Hex2A401D220374B622612
Octal5210035420671131424622
Binary10101010000001110110001001101111001011110001010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A401D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,64,29); }

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

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

 a { background-color: rgb(42,64,29); }

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

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

 span { border-color: rgb(42,64,29); }

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