Html Css Color HEX #241002 Wood Bark

📋 copy color: '#241002'

red 36 ◦ green 16 ◦ blue 2

#241002
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wood Bark #241002

Tints of Wood Bark #241002

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.7%

R = 66.67%
G = 29.63%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.86

RGB Variations

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

Color information

#241002 (or 0x241002) is known color: 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

RGB 36 16 2 -
CMYK 0 0.56 0.94 0.86
HSL 24.71º 0.89% 0.07% -
HSV(B) 24.71º 0.94% 0.14% -
XYZ 0.92 0.75 0.15 -
YUV 20.38 117.63 139.14 -
System Red Green Blue C M Y K H S L
Decimal 36 16 2 0 0.56 0.94 0.86 24.71 0.89 0.07
Hex 24 10 2 0 38 5E 56 19 59 7
Octal 44 20 2 0 70 136 126 31 131 7
Binary 100100 10000 10 0 111000 1011110 1010110 11001 1011001 111

Color Harmonies of #241002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241002

Black with #241002

Text Example


Text Example

White with #241002

Text Example


Text Example

HTML Codes & Css Web 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>