#241002

Color #241002 Wood Bark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wood Bark #241002

Tints of Wood Bark #241002

Color information

#241002 (or 0x241002) is unknown color: approx Wood Bark. HEX triplet: 24, 10 and 02. RGB value is (36,16,2). Sum of RGB (Red+Green+Blue) = 36+16+2=54 (7% of max value = 765). Red value is 36 (14.45% from 255 or 66.67% from 54); Green value is 16 (6.64% from 255 or 29.63% from 54); Blue value is 2 (1.17% from 255 or 3.70% from 54); Max value from RGB is 36 - color contains mainly: red. Hex color #241002 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241002 is #DBEFFD. Grayscale: #141414. Windows color (decimal): -14413822 or 135204. OLE color: 135204.

HSL color Cylindrical-coordinate representation of color #241002: hue angle of 24.71º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #241002 is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.86.

Color convert

RGB36162-
CMYK00.560.940.86
HSL24.71º89.47%7.45%-
HSV(B)24.71º94.44%14.12%-
XYZ0.920.750.15-
YUV20.38117.63139.14-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 66.67%
GREEN value IS 16 (6.64% from 255) = 29.63%
BLUE value IS 2 (1.17% from 255) = 3.70%
R=66.67%
G=29.63%
B=3.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.94
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3616200.560.940.8624.7189.477.45
Hex241020385E5619597
Octal44202070136126311317
Binary1001001000010011100010111101010110110011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241002; }

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

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

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

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

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

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

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

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