Html Css Color HEX #27382E Holly

📋 copy color: '#27382E'

red 39 ◦ green 56 ◦ blue 46

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

Shades of Holly #27382E

Tints of Holly #27382E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 39.72%

 BLUE value IS 46 (18.36% from 255) = 32.62%

R = 27.66%
G = 39.72%
B = 32.62%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.18

 K value IS 0.78

RGB Variations

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

Color information

#27382E (or 0x27382E) is known color: Holly. HEX triplet: 27, 38 and 2E. RGB value is (39,56,46). Sum of RGB (Red+Green+Blue) = 39+56+46=141 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.66% from 141); Green value is 56 (22.27% from 255 or 39.72% from 141); Blue value is 46 (18.36% from 255 or 32.62% from 141); Max value from RGB is 56 - color contains mainly: green. Hex color #27382E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27382E is #D8C7D1. Grayscale: #313131. Windows color (decimal): -14206930 or 3029031. OLE color: 3029031.

HSL color Cylindrical-coordinate representation of color #27382E: hue angle of 144.71º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #27382E is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB 39 56 46 -
CMYK 0.30 0 0.18 0.78
HSL 144.71º 0.18% 0.19% -
HSV(B) 144.71º 0.3% 0.22% -
XYZ 2.74 3.46 3.11 -
YUV 49.78 125.87 120.31 -
System Red Green Blue C M Y K H S L
Decimal 39 56 46 0.30 0 0.18 0.78 144.71 0.18 0.19
Hex 27 38 2E 1E 0 12 4E 91 12 13
Octal 47 70 56 36 0 22 116 221 22 23
Binary 100111 111000 101110 11110 0 10010 1001110 10010001 10010 10011

Color Harmonies of #27382E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27382E

Black with #27382E

Text Example


Text Example

White with #27382E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27382E; }

 p { color: rgb(39,56,46); }

 H1.HeaderClassName
 {
   color: #27382E;
 }
 .AnyTagClassName
 {
   color: #27382E;
 }
</style>

background-color css

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

 a { background-color: rgb(39,56,46); }

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

border-color css

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

 span { border-color: rgb(39,56,46); }

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