#274019

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

Shades of Black Forest #274019

Tints of Black Forest #274019

Color information

#274019 (or 0x274019) is unknown color: approx Black Forest. HEX triplet: 27, 40 and 19. RGB value is (39,64,25). Sum of RGB (Red+Green+Blue) = 39+64+25=128 (16% of max value = 765). Red value is 39 (15.62% from 255 or 30.47% from 128); Green value is 64 (25.39% from 255 or 50% from 128); Blue value is 25 (10.16% from 255 or 19.53% from 128); Max value from RGB is 64 - color contains mainly: green. Hex color #274019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274019 is #D8BFE6. Grayscale: #343434. Windows color (decimal): -14204903 or 1654823. OLE color: 1654823.

HSL color Cylindrical-coordinate representation of color #274019: hue angle of 98.46º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #274019 is Cyan = 0.39, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.75.

Color convert

RGB396425-
CMYK0.3900.610.75
HSL98.46º43.82%17.45%-
HSV(B)98.46º60.94%25.1%-
XYZ2.854.171.57-
YUV52.08112.72118.67-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 30.47%
GREEN value IS 64 (25.39% from 255) = 50%
BLUE value IS 25 (10.16% from 255) = 19.53%
R=30.47%
G=50%
B=19.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3964250.3900.610.7598.4643.8217.45
Hex2740192703D4B622c11
Octal4710031470751131425421
Binary10011110000001100110011101111011001011110001010110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274019; }

 p { color: rgb(39,64,25); }

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

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

 a { background-color: rgb(39,64,25); }

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

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

 span { border-color: rgb(39,64,25); }

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