#274413

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

Shades of Black Forest #274413

Tints of Black Forest #274413

Color information

#274413 (or 0x274413) is unknown color: approx Black Forest. HEX triplet: 27, 44 and 13. RGB value is (39,68,19). Sum of RGB (Red+Green+Blue) = 39+68+19=126 (16% of max value = 765). Red value is 39 (15.62% from 255 or 30.95% from 126); Green value is 68 (26.95% from 255 or 53.97% from 126); Blue value is 19 (7.81% from 255 or 15.08% from 126); Max value from RGB is 68 - color contains mainly: green. Hex color #274413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274413 is #D8BBEC. Grayscale: #353535. Windows color (decimal): -14203885 or 1262631. OLE color: 1262631.

HSL color Cylindrical-coordinate representation of color #274413: hue angle of 95.51º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #274413 is Cyan = 0.43, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.73.

Color convert

RGB396819-
CMYK0.4300.720.73
HSL95.51º56.32%17.06%-
HSV(B)95.51º72.06%26.67%-
XYZ3.024.611.35-
YUV53.74108.39117.48-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 30.95%
GREEN value IS 68 (26.95% from 255) = 53.97%
BLUE value IS 19 (7.81% from 255) = 15.08%
R=30.95%
G=53.97%
B=15.08%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3968190.4300.720.7395.5156.3217.06
Hex2744132B04849603811
Octal47104235301101111407021
Binary100111100010010011101011010010001001001110000011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274413; }

 p { color: rgb(39,68,19); }

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

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

 a { background-color: rgb(39,68,19); }

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

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

 span { border-color: rgb(39,68,19); }

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