#244010

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

Shades of Black Forest #244010

Tints of Black Forest #244010

Color information

#244010 (or 0x244010) is unknown color: approx Black Forest. HEX triplet: 24, 40 and 10. RGB value is (36,64,16). Sum of RGB (Red+Green+Blue) = 36+64+16=116 (15% of max value = 765). Red value is 36 (14.45% from 255 or 31.03% from 116); Green value is 64 (25.39% from 255 or 55.17% from 116); Blue value is 16 (6.64% from 255 or 13.79% from 116); Max value from RGB is 64 - color contains mainly: green. Hex color #244010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #244010 is #DBBFEF. Grayscale: #323232. Windows color (decimal): -14401520 or 1064996. OLE color: 1064996.

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

Color convert

RGB366416-
CMYK0.4400.750.75
HSL95º60%15.69%-
HSV(B)95º75%25.1%-
XYZ2.654.081.14-
YUV50.16108.72117.9-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 31.03%
GREEN value IS 64 (25.39% from 255) = 55.17%
BLUE value IS 16 (6.64% from 255) = 13.79%
R=31.03%
G=55.17%
B=13.79%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3664160.4400.750.75956015.69
Hex2440102C04B4B5f3c10
Octal44100205401131131377420
Binary100100100000010000101100010010111001011101111111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244010; }

 p { color: rgb(36,64,16); }

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

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

 a { background-color: rgb(36,64,16); }

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

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

 span { border-color: rgb(36,64,16); }

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