#203328

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

Shades of Holly #203328

Tints of Holly #203328

Color information

#203328 (or 0x203328) is unknown color: approx Holly. HEX triplet: 20, 33 and 28. RGB value is (32,51,40). Sum of RGB (Red+Green+Blue) = 32+51+40=123 (16% of max value = 765). Red value is 32 (12.89% from 255 or 26.02% from 123); Green value is 51 (20.31% from 255 or 41.46% from 123); Blue value is 40 (16.02% from 255 or 32.52% from 123); Max value from RGB is 51 - color contains mainly: green. Hex color #203328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203328 is #DFCCD7. Grayscale: #2C2C2C. Windows color (decimal): -14666968 or 2634528. OLE color: 2634528.

HSL color Cylindrical-coordinate representation of color #203328: hue angle of 145.26º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #203328 is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.8.

Color convert

RGB325140-
CMYK0.3700.220.8
HSL145.26º22.89%16.27%-
HSV(B)145.26º37.25%20%-
XYZ2.162.832.44-
YUV44.06125.71119.39-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 26.02%
GREEN value IS 51 (20.31% from 255) = 41.46%
BLUE value IS 40 (16.02% from 255) = 32.52%
R=26.02%
G=41.46%
B=32.52%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3251400.3700.220.8145.2622.8916.27
Hex2033282501650911710
Octal406350450261202212720
Binary1000001100111010001001010101101010000100100011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203328; }

 p { color: rgb(32,51,40); }

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

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

 a { background-color: rgb(32,51,40); }

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

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

 span { border-color: rgb(32,51,40); }

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