#27322B

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

Shades of Holly #27322B

Tints of Holly #27322B

Color information

#27322B (or 0x27322B) is unknown color: approx Holly. HEX triplet: 27, 32 and 2B. RGB value is (39,50,43). Sum of RGB (Red+Green+Blue) = 39+50+43=132 (17% of max value = 765). Red value is 39 (15.62% from 255 or 29.55% from 132); Green value is 50 (19.92% from 255 or 37.88% from 132); Blue value is 43 (17.19% from 255 or 32.58% from 132); Max value from RGB is 50 - color contains mainly: green. Hex color #27322B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27322B is #D8CDD4. Grayscale: #2D2D2D. Windows color (decimal): -14208469 or 2830887. OLE color: 2830887.

HSL color Cylindrical-coordinate representation of color #27322B: hue angle of 141.82º 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 #27322B is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.80.

Color convert

RGB395043-
CMYK0.2200.140.80
HSL141.82º12.36%17.45%-
HSV(B)141.82º22%19.61%-
XYZ2.412.892.72-
YUV45.91126.36123.07-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 29.55%
GREEN value IS 50 (19.92% from 255) = 37.88%
BLUE value IS 43 (17.19% from 255) = 32.58%
R=29.55%
G=37.88%
B=32.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3950430.2200.140.80141.8212.3617.45
Hex27322B160E508ec11
Octal476253260161202161421
Binary1001111100101010111011001110101000010001110110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27322B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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