Html Css Color HEX #23342E Woodsmoke

📋 copy color: '#23342E'

red 35 ◦ green 52 ◦ blue 46

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

Shades of Woodsmoke #23342E

Tints of Woodsmoke #23342E

RGB

 RED value IS 35 (14.06% from 255) = 26.32%

 GREEN value IS 52 (20.7% from 255) = 39.1%

 BLUE value IS 46 (18.36% from 255) = 34.59%

R = 26.32%
G = 39.1%
B = 34.59%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.12

 K value IS 0.80

RGB Variations

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

Color information

#23342E (or 0x23342E) is known color: Woodsmoke. HEX triplet: 23, 34 and 2E. RGB value is (35,52,46). Sum of RGB (Red+Green+Blue) = 35+52+46=133 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.32% from 133); Green value is 52 (20.70% from 255 or 39.10% from 133); Blue value is 46 (18.36% from 255 or 34.59% from 133); Max value from RGB is 52 - color contains mainly: green. Hex color #23342E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23342E is #DCCBD1. Grayscale: #2E2E2E. Windows color (decimal): -14470098 or 3028003. OLE color: 3028003.

HSL color Cylindrical-coordinate representation of color #23342E: hue angle of 158.82º degrees, saturation: 0.2, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #23342E is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.80.

Color convert

RGB 35 52 46 -
CMYK 0.33 0 0.12 0.80
HSL 158.82º 0.2% 0.17% -
HSV(B) 158.82º 0.33% 0.2% -
XYZ 2.41 3.01 3.04 -
YUV 46.23 127.87 119.99 -
System Red Green Blue C M Y K H S L
Decimal 35 52 46 0.33 0 0.12 0.80 158.82 0.2 0.17
Hex 23 34 2E 21 0 C 50 9F 14 11
Octal 43 64 56 41 0 14 120 237 24 21
Binary 100011 110100 101110 100001 0 1100 1010000 10011111 10100 10001

Color Harmonies of #23342E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23342E

Black with #23342E

Text Example


Text Example

White with #23342E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23342E; }

 p { color: rgb(35,52,46); }

 H1.HeaderClassName
 {
   color: #23342E;
 }
 .AnyTagClassName
 {
   color: #23342E;
 }
</style>

background-color css

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

 a { background-color: rgb(35,52,46); }

 div.DivClassName
 {
   background-color: #23342E;
 }
 .BgClassName
 {
   background-color: #23342E;
 }
</style>

border-color css

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

 span { border-color: rgb(35,52,46); }

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