Html Css Color HEX #232521 Pine Tree

📋 copy color: '#232521'

red 35 ◦ green 37 ◦ blue 33

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

Shades of Pine Tree #232521

Tints of Pine Tree #232521

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

 M value IS 0

 Y value IS 0.11

 K value IS 0.85

RGB Variations

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

Color information

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

RGB 35 37 33 -
CMYK 0.05 0 0.11 0.85
HSL 90º 0.06% 0.14% -
HSV(B) 90º 0.11% 0.15% -
XYZ 1.63 1.79 1.7 -
YUV 35.95 126.34 127.33 -
System Red Green Blue C M Y K H S L
Decimal 35 37 33 0.05 0 0.11 0.85 90 0.06 0.14
Hex 23 25 21 5 0 B 55 5A 6 E
Octal 43 45 41 5 0 13 125 132 6 16
Binary 100011 100101 100001 101 0 1011 1010101 1011010 110 1110

Color Harmonies of #232521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232521

Black with #232521

Text Example


Text Example

White with #232521

Text Example


Text Example

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