#27322C

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

Shades of Holly #27322C

Tints of Holly #27322C

Color information

#27322C (or 0x27322C) is unknown color: approx Holly. HEX triplet: 27, 32 and 2C. RGB value is (39,50,44). Sum of RGB (Red+Green+Blue) = 39+50+44=133 (17% of max value = 765). Red value is 39 (15.62% from 255 or 29.32% from 133); Green value is 50 (19.92% from 255 or 37.59% from 133); Blue value is 44 (17.58% from 255 or 33.08% from 133); Max value from RGB is 50 - color contains mainly: green. Hex color #27322C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27322C is #D8CDD3. Grayscale: #2E2E2E. Windows color (decimal): -14208468 or 2896423. OLE color: 2896423.

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

Color convert

RGB395044-
CMYK0.2200.120.80
HSL147.27º12.36%17.45%-
HSV(B)147.27º22%19.61%-
XYZ2.432.892.81-
YUV46.03126.86122.99-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 29.32%
GREEN value IS 50 (19.92% from 255) = 37.59%
BLUE value IS 44 (17.58% from 255) = 33.08%
R=29.32%
G=37.59%
B=33.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3950440.2200.120.80147.2712.3617.45
Hex27322C160C5093c11
Octal476254260141202231421
Binary1001111100101011001011001100101000010010011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27322C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27322C; }

 p { color: rgb(39,50,44); }

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

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

 a { background-color: rgb(39,50,44); }

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

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

 span { border-color: rgb(39,50,44); }

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