#232521

Color #232521 Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #232521

Tints of Pine Tree #232521

Color information

#232521 (or 0x232521) is unknown color: approx Pine Tree. HEX triplet: 23, 25 and 21. RGB value is (35,37,33). Sum of RGB (Red+Green+Blue) = 35+37+33=105 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.33% from 105); Green value is 37 (14.84% from 255 or 35.24% from 105); Blue value is 33 (13.28% from 255 or 31.43% from 105); Max value from RGB is 37 - color contains mainly: green. Hex color #232521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232521 is #DCDADE. Grayscale: #232323. Windows color (decimal): -14473951 or 2172195. OLE color: 2172195.

HSL color Cylindrical-coordinate representation of color #232521: hue angle of 90º degrees, saturation: 0.06, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #232521 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.85.

Color convert

RGB353733-
CMYK0.0500.110.85
HSL90º5.71%13.73%-
HSV(B)90º10.81%14.51%-
XYZ1.631.791.7-
YUV35.95126.34127.33-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 33.33%
GREEN value IS 37 (14.84% from 255) = 35.24%
BLUE value IS 33 (13.28% from 255) = 31.43%
R=33.33%
G=35.24%
B=31.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3537330.0500.110.85905.7113.73
Hex23252150B555a6e
Octal4345415013125132616
Binary10001110010110000110101011101010110110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232521; }

 p { color: rgb(35,37,33); }

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

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

 a { background-color: rgb(35,37,33); }

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

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

 span { border-color: rgb(35,37,33); }

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