Html Css Color HEX #273120 Black Forest

📋 copy color: '#273120'

red 39 ◦ green 49 ◦ blue 32

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

Shades of Black Forest #273120

Tints of Black Forest #273120

RGB

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

 GREEN value IS 49 (19.53% from 255) = 40.83%

 BLUE value IS 32 (12.89% from 255) = 26.67%

R = 32.5%
G = 40.83%
B = 26.67%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.35

 K value IS 0.81

RGB Variations

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

Color information

#273120 (or 0x273120) is known color: Black Forest. HEX triplet: 27, 31 and 20. RGB value is (39,49,32). Sum of RGB (Red+Green+Blue) = 39+49+32=120 (15% of max value = 765). Red value is 39 (15.62% from 255 or 32.5% from 120); Green value is 49 (19.53% from 255 or 40.83% from 120); Blue value is 32 (12.89% from 255 or 26.67% from 120); Max value from RGB is 49 - color contains mainly: green. Hex color #273120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273120 is #D8CEDF. Grayscale: #2C2C2C. Windows color (decimal): -14208736 or 2109735. OLE color: 2109735.

HSL color Cylindrical-coordinate representation of color #273120: hue angle of 95.29º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #273120 is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB 39 49 32 -
CMYK 0.20 0 0.35 0.81
HSL 95.29º 0.21% 0.16% -
HSV(B) 95.29º 0.35% 0.19% -
XYZ 2.2 2.73 1.78 -
YUV 44.07 121.19 124.38 -
System Red Green Blue C M Y K H S L
Decimal 39 49 32 0.20 0 0.35 0.81 95.29 0.21 0.16
Hex 27 31 20 14 0 23 51 5F 15 10
Octal 47 61 40 24 0 43 121 137 25 20
Binary 100111 110001 100000 10100 0 100011 1010001 1011111 10101 10000

Color Harmonies of #273120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273120

Black with #273120

Text Example


Text Example

White with #273120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273120; }

 p { color: rgb(39,49,32); }

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

background-color css

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

 a { background-color: rgb(39,49,32); }

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

border-color css

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

 span { border-color: rgb(39,49,32); }

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