Html Css Color HEX #233329 Holly

📋 copy color: '#233329'

red 35 ◦ green 51 ◦ blue 41

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

Shades of Holly #233329

Tints of Holly #233329

RGB

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

 GREEN value IS 51 (20.31% from 255) = 40.16%

 BLUE value IS 41 (16.41% from 255) = 32.28%

R = 27.56%
G = 40.16%
B = 32.28%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.20

 K value IS 0.8

RGB Variations

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

Color information

#233329 (or 0x233329) is known color: Holly. HEX triplet: 23, 33 and 29. RGB value is (35,51,41). Sum of RGB (Red+Green+Blue) = 35+51+41=127 (16% of max value = 765). Red value is 35 (14.06% from 255 or 27.56% from 127); Green value is 51 (20.31% from 255 or 40.16% from 127); Blue value is 41 (16.41% from 255 or 32.28% from 127); Max value from RGB is 51 - color contains mainly: green. Hex color #233329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233329 is #DCCCD6. Grayscale: #2D2D2D. Windows color (decimal): -14470359 or 2700067. OLE color: 2700067.

HSL color Cylindrical-coordinate representation of color #233329: hue angle of 142.5º degrees, saturation: 0.19, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #233329 is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.8.

Color convert

RGB 35 51 41 -
CMYK 0.31 0 0.20 0.8
HSL 142.5º 0.19% 0.17% -
HSV(B) 142.5º 0.31% 0.2% -
XYZ 2.28 2.89 2.53 -
YUV 45.08 125.7 120.81 -
System Red Green Blue C M Y K H S L
Decimal 35 51 41 0.31 0 0.20 0.8 142.5 0.19 0.17
Hex 23 33 29 1F 0 14 50 8E 13 11
Octal 43 63 51 37 0 24 120 216 23 21
Binary 100011 110011 101001 11111 0 10100 1010000 10001110 10011 10001

Color Harmonies of #233329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233329

Black with #233329

Text Example


Text Example

White with #233329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233329; }

 p { color: rgb(35,51,41); }

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

background-color css

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

 a { background-color: rgb(35,51,41); }

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

border-color css

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

 span { border-color: rgb(35,51,41); }

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