#231002

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

Shades of Wood Bark #231002

Tints of Wood Bark #231002

Color information

#231002 (or 0x231002) is unknown color: approx Wood Bark. HEX triplet: 23, 10 and 02. RGB value is (35,16,2). Sum of RGB (Red+Green+Blue) = 35+16+2=53 (7% of max value = 765). Red value is 35 (14.06% from 255 or 66.04% from 53); Green value is 16 (6.64% from 255 or 30.19% from 53); Blue value is 2 (1.17% from 255 or 3.77% from 53); Max value from RGB is 35 - color contains mainly: red. Hex color #231002 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231002 is #DCEFFD. Grayscale: #141414. Windows color (decimal): -14479358 or 135203. OLE color: 135203.

HSL color Cylindrical-coordinate representation of color #231002: hue angle of 25.45º 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 #231002 is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.86.

Color convert

RGB35162-
CMYK00.540.940.86
HSL25.45º89.19%7.25%-
HSV(B)25.45º94.29%13.73%-
XYZ0.890.730.15-
YUV20.08117.79138.64-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 66.04%
GREEN value IS 16 (6.64% from 255) = 30.19%
BLUE value IS 2 (1.17% from 255) = 3.77%
R=66.04%
G=30.19%
B=3.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.94
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3516200.540.940.8625.4589.197.25
Hex231020365E5619597
Octal43202066136126311317
Binary1000111000010011011010111101010110110011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231002; }

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

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

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

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

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

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

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

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