Html Css Color HEX #27382D Holly

📋 copy color: '#27382D'

red 39 ◦ green 56 ◦ blue 45

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

Shades of Holly #27382D

Tints of Holly #27382D

RGB

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

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

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

R = 27.86%
G = 40%
B = 32.14%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.20

 K value IS 0.78

RGB Variations

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

Color information

#27382D (or 0x27382D) is known color: Holly. HEX triplet: 27, 38 and 2D. RGB value is (39,56,45). Sum of RGB (Red+Green+Blue) = 39+56+45=140 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.86% from 140); Green value is 56 (22.27% from 255 or 40% from 140); Blue value is 45 (17.97% from 255 or 32.14% from 140); Max value from RGB is 56 - color contains mainly: green. Hex color #27382D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27382D is #D8C7D2. Grayscale: #313131. Windows color (decimal): -14206931 or 2963495. OLE color: 2963495.

HSL color Cylindrical-coordinate representation of color #27382D: hue angle of 141.18º 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 #27382D is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.78.

Color convert

RGB 39 56 45 -
CMYK 0.30 0 0.20 0.78
HSL 141.18º 0.18% 0.19% -
HSV(B) 141.18º 0.3% 0.22% -
XYZ 2.72 3.45 3 -
YUV 49.66 125.37 120.39 -
System Red Green Blue C M Y K H S L
Decimal 39 56 45 0.30 0 0.20 0.78 141.18 0.18 0.19
Hex 27 38 2D 1E 0 14 4E 8D 12 13
Octal 47 70 55 36 0 24 116 215 22 23
Binary 100111 111000 101101 11110 0 10100 1001110 10001101 10010 10011

Color Harmonies of #27382D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27382D

Black with #27382D

Text Example


Text Example

White with #27382D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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