Html Css Color HEX #203328 Holly

📋 copy color: '#203328'

red 32 ◦ green 51 ◦ blue 40

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

Shades of Holly #203328

Tints of Holly #203328

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

 M value IS 0

 Y value IS 0.22

 K value IS 0.8

RGB Variations

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

Color information

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

RGB 32 51 40 -
CMYK 0.37 0 0.22 0.8
HSL 145.26º 0.23% 0.16% -
HSV(B) 145.26º 0.37% 0.2% -
XYZ 2.16 2.83 2.44 -
YUV 44.07 125.71 119.39 -
System Red Green Blue C M Y K H S L
Decimal 32 51 40 0.37 0 0.22 0.8 145.26 0.23 0.16
Hex 20 33 28 25 0 16 50 91 17 10
Octal 40 63 50 45 0 26 120 221 27 20
Binary 100000 110011 101000 100101 0 10110 1010000 10010001 10111 10000

Color Harmonies of #203328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203328

Black with #203328

Text Example


Text Example

White with #203328

Text Example


Text Example

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