#2A401B

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

Shades of Black Forest #2A401B

Tints of Black Forest #2A401B

Color information

#2A401B (or 0x2A401B) is unknown color: approx Black Forest. HEX triplet: 2A, 40 and 1B. RGB value is (42,64,27). Sum of RGB (Red+Green+Blue) = 42+64+27=133 (17% of max value = 765). Red value is 42 (16.80% from 255 or 31.58% from 133); Green value is 64 (25.39% from 255 or 48.12% from 133); Blue value is 27 (10.94% from 255 or 20.30% from 133); Max value from RGB is 64 - color contains mainly: green. Hex color #2A401B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A401B is #D5BFE4. Grayscale: #353535. Windows color (decimal): -14008293 or 1785898. OLE color: 1785898.

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

Color convert

RGB426427-
CMYK0.3400.580.75
HSL95.68º40.66%17.84%-
HSV(B)95.68º57.81%25.1%-
XYZ2.994.241.7-
YUV53.2113.21120.01-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 31.58%
GREEN value IS 64 (25.39% from 255) = 48.12%
BLUE value IS 27 (10.94% from 255) = 20.30%
R=31.58%
G=48.12%
B=20.30%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4264270.3400.580.7595.6840.6617.84
Hex2A401B2203A4B602912
Octal5210033420721131405122
Binary10101010000001101110001001110101001011110000010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A401B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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