#203427

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

Shades of Holly #203427

Tints of Holly #203427

Color information

#203427 (or 0x203427) is unknown color: approx Holly. HEX triplet: 20, 34 and 27. RGB value is (32,52,39). Sum of RGB (Red+Green+Blue) = 32+52+39=123 (16% of max value = 765). Red value is 32 (12.89% from 255 or 26.02% from 123); Green value is 52 (20.70% from 255 or 42.28% from 123); Blue value is 39 (15.62% from 255 or 31.71% from 123); Max value from RGB is 52 - color contains mainly: green. Hex color #203427 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203427 is #DFCBD8. Grayscale: #2C2C2C. Windows color (decimal): -14666713 or 2569248. OLE color: 2569248.

HSL color Cylindrical-coordinate representation of color #203427: hue angle of 141º degrees, saturation: 0.24, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #203427 is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.80.

Color convert

RGB325239-
CMYK0.3800.250.80
HSL141º23.81%16.47%-
HSV(B)141º38.46%20.39%-
XYZ2.192.912.37-
YUV44.54124.87119.06-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 26.02%
GREEN value IS 52 (20.70% from 255) = 42.28%
BLUE value IS 39 (15.62% from 255) = 31.71%
R=26.02%
G=42.28%
B=31.71%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3252390.3800.250.8014123.8116.47
Hex20342726019508d1810
Octal406447460311202153020
Binary1000001101001001111001100110011010000100011011100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203427; }

 p { color: rgb(32,52,39); }

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

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

 a { background-color: rgb(32,52,39); }

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

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

 span { border-color: rgb(32,52,39); }

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