#2C421F

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

Shades of Black Forest #2C421F

Tints of Black Forest #2C421F

Color information

#2C421F (or 0x2C421F) is unknown color: approx Black Forest. HEX triplet: 2C, 42 and 1F. RGB value is (44,66,31). Sum of RGB (Red+Green+Blue) = 44+66+31=141 (18% of max value = 765). Red value is 44 (17.58% from 255 or 31.21% from 141); Green value is 66 (26.17% from 255 or 46.81% from 141); Blue value is 31 (12.5% from 255 or 21.99% from 141); Max value from RGB is 66 - color contains mainly: green. Hex color #2C421F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C421F is #D3BDE0. Grayscale: #373737. Windows color (decimal): -13876705 or 2048556. OLE color: 2048556.

HSL color Cylindrical-coordinate representation of color #2C421F: hue angle of 97.71º degrees, saturation: 0.36, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2C421F is Cyan = 0.33, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.74.

Color convert

RGB446631-
CMYK0.3300.530.74
HSL97.71º36.08%19.02%-
HSV(B)97.71º53.03%25.88%-
XYZ3.234.532-
YUV55.43114.21119.85-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 31.21%
GREEN value IS 66 (26.17% from 255) = 46.81%
BLUE value IS 31 (12.5% from 255) = 21.99%
R=31.21%
G=46.81%
B=21.99%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4466310.3300.530.7497.7136.0819.02
Hex2C421F210354A622413
Octal5410237410651121424423
Binary10110010000101111110000101101011001010110001010010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C421F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,66,31); }

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

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

 a { background-color: rgb(44,66,31); }

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

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

 span { border-color: rgb(44,66,31); }

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