#254311

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

Shades of Black Forest #254311

Tints of Black Forest #254311

Color information

#254311 (or 0x254311) is unknown color: approx Black Forest. HEX triplet: 25, 43 and 11. RGB value is (37,67,17). Sum of RGB (Red+Green+Blue) = 37+67+17=121 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.58% from 121); Green value is 67 (26.56% from 255 or 55.37% from 121); Blue value is 17 (7.03% from 255 or 14.05% from 121); Max value from RGB is 67 - color contains mainly: green. Hex color #254311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #254311 is #DABCEE. Grayscale: #343434. Windows color (decimal): -14335215 or 1131301. OLE color: 1131301.

HSL color Cylindrical-coordinate representation of color #254311: hue angle of 96º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #254311 is Cyan = 0.45, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.74.

Color convert

RGB376717-
CMYK0.4500.750.74
HSL96º59.52%16.47%-
HSV(B)96º74.63%26.27%-
XYZ2.874.451.24-
YUV52.33108.06117.07-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 30.58%
GREEN value IS 67 (26.56% from 255) = 55.37%
BLUE value IS 17 (7.03% from 255) = 14.05%
R=30.58%
G=55.37%
B=14.05%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3767170.4500.750.749659.5216.47
Hex2543112D04B4A603c10
Octal45103215501131121407420
Binary100101100001110001101101010010111001010110000011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254311; }

 p { color: rgb(37,67,17); }

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

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

 a { background-color: rgb(37,67,17); }

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

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

 span { border-color: rgb(37,67,17); }

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