Html Css Color HEX #231002 Wood Bark

📋 copy color: '#231002'

red 35 ◦ green 16 ◦ blue 2

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

Shades of Wood Bark #231002

Tints of Wood Bark #231002

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 value IS 0

 M value IS 0.54

 Y value IS 0.94

 K value IS 0.86

RGB Variations

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

Color information

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

RGB 35 16 2 -
CMYK 0 0.54 0.94 0.86
HSL 25.45º 0.89% 0.07% -
HSV(B) 25.45º 0.94% 0.14% -
XYZ 0.89 0.73 0.15 -
YUV 20.09 117.79 138.64 -
System Red Green Blue C M Y K H S L
Decimal 35 16 2 0 0.54 0.94 0.86 25.45 0.89 0.07
Hex 23 10 2 0 36 5E 56 19 59 7
Octal 43 20 2 0 66 136 126 31 131 7
Binary 100011 10000 10 0 110110 1011110 1010110 11001 1011001 111

Color Harmonies of #231002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231002

Black with #231002

Text Example


Text Example

White with #231002

Text Example


Text Example

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