Html Css Color HEX #27332D Holly

📋 copy color: '#27332D'

red 39 ◦ green 51 ◦ blue 45

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

Shades of Holly #27332D

Tints of Holly #27332D

RGB

 RED value IS 39 (15.63% from 255) = 28.89%

 GREEN value IS 51 (20.31% from 255) = 37.78%

 BLUE value IS 45 (17.97% from 255) = 33.33%

R = 28.89%
G = 37.78%
B = 33.33%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.12

 K value IS 0.8

RGB Variations

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

Color information

#27332D (or 0x27332D) is known color: Holly. HEX triplet: 27, 33 and 2D. RGB value is (39,51,45). Sum of RGB (Red+Green+Blue) = 39+51+45=135 (17% of max value = 765). Red value is 39 (15.62% from 255 or 28.89% from 135); Green value is 51 (20.31% from 255 or 37.78% from 135); Blue value is 45 (17.97% from 255 or 33.33% from 135); Max value from RGB is 51 - color contains mainly: green. Hex color #27332D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27332D is #D8CCD2. Grayscale: #2E2E2E. Windows color (decimal): -14208211 or 2962215. OLE color: 2962215.

HSL color Cylindrical-coordinate representation of color #27332D: hue angle of 150º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #27332D is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.8.

Color convert

RGB 39 51 45 -
CMYK 0.24 0 0.12 0.8
HSL 150º 0.13% 0.18% -
HSV(B) 150º 0.24% 0.2% -
XYZ 2.49 2.99 2.93 -
YUV 46.73 127.02 122.49 -
System Red Green Blue C M Y K H S L
Decimal 39 51 45 0.24 0 0.12 0.8 150 0.13 0.18
Hex 27 33 2D 18 0 C 50 96 D 12
Octal 47 63 55 30 0 14 120 226 15 22
Binary 100111 110011 101101 11000 0 1100 1010000 10010110 1101 10010

Color Harmonies of #27332D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27332D

Black with #27332D

Text Example


Text Example

White with #27332D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27332D; }

 p { color: rgb(39,51,45); }

 H1.HeaderClassName
 {
   color: #27332D;
 }
 .AnyTagClassName
 {
   color: #27332D;
 }
</style>

background-color css

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

 a { background-color: rgb(39,51,45); }

 div.DivClassName
 {
   background-color: #27332D;
 }
 .BgClassName
 {
   background-color: #27332D;
 }
</style>

border-color css

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

 span { border-color: rgb(39,51,45); }

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