Html Css Color HEX #203427 Holly

📋 copy color: '#203427'

red 32 ◦ green 52 ◦ blue 39

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

Shades of Holly #203427

Tints of Holly #203427

RGB

 RED value IS 32 (12.89% from 255) = 26.02%

 GREEN value IS 52 (20.7% from 255) = 42.28%

 BLUE value IS 39 (15.63% from 255) = 31.71%

R = 26.02%
G = 42.28%
B = 31.71%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.25

 K value IS 0.80

RGB Variations

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

Color information

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

RGB 32 52 39 -
CMYK 0.38 0 0.25 0.80
HSL 141º 0.24% 0.16% -
HSV(B) 141º 0.38% 0.2% -
XYZ 2.19 2.91 2.37 -
YUV 44.54 124.87 119.06 -
System Red Green Blue C M Y K H S L
Decimal 32 52 39 0.38 0 0.25 0.80 141 0.24 0.16
Hex 20 34 27 26 0 19 50 8D 18 10
Octal 40 64 47 46 0 31 120 215 30 20
Binary 100000 110100 100111 100110 0 11001 1010000 10001101 11000 10000

Color Harmonies of #203427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203427

Black with #203427

Text Example


Text Example

White with #203427

Text Example


Text Example

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