Html Css Color HEX #233229 Holly

📋 copy color: '#233229'

red 35 ◦ green 50 ◦ blue 41

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

Shades of Holly #233229

Tints of Holly #233229

RGB

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

 GREEN value IS 50 (19.92% from 255) = 39.68%

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

R = 27.78%
G = 39.68%
B = 32.54%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.18

 K value IS 0.80

RGB Variations

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

Color information

#233229 (or 0x233229) is known color: Holly. HEX triplet: 23, 32 and 29. RGB value is (35,50,41). Sum of RGB (Red+Green+Blue) = 35+50+41=126 (16% of max value = 765). Red value is 35 (14.06% from 255 or 27.78% from 126); Green value is 50 (19.92% from 255 or 39.68% from 126); Blue value is 41 (16.41% from 255 or 32.54% from 126); Max value from RGB is 50 - color contains mainly: green. Hex color #233229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233229 is #DCCDD6. Grayscale: #2C2C2C. Windows color (decimal): -14470615 or 2699811. OLE color: 2699811.

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

Color convert

RGB 35 50 41 -
CMYK 0.30 0 0.18 0.80
HSL 144º 0.18% 0.17% -
HSV(B) 144º 0.3% 0.2% -
XYZ 2.23 2.8 2.52 -
YUV 44.49 126.03 121.23 -
System Red Green Blue C M Y K H S L
Decimal 35 50 41 0.30 0 0.18 0.80 144 0.18 0.17
Hex 23 32 29 1E 0 12 50 90 12 11
Octal 43 62 51 36 0 22 120 220 22 21
Binary 100011 110010 101001 11110 0 10010 1010000 10010000 10010 10001

Color Harmonies of #233229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233229

Black with #233229

Text Example


Text Example

White with #233229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233229; }

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

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

background-color css

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

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

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

border-color css

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

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

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