Html Css Color HEX #273020 Black Forest

📋 copy color: '#273020'

red 39 ◦ green 48 ◦ blue 32

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

Shades of Black Forest #273020

Tints of Black Forest #273020

RGB

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

 GREEN value IS 48 (19.14% from 255) = 40.34%

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

R = 32.77%
G = 40.34%
B = 26.89%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.33

 K value IS 0.81

RGB Variations

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

Color information

#273020 (or 0x273020) is known color: Black Forest. HEX triplet: 27, 30 and 20. RGB value is (39,48,32). Sum of RGB (Red+Green+Blue) = 39+48+32=119 (15% of max value = 765). Red value is 39 (15.62% from 255 or 32.77% from 119); Green value is 48 (19.14% from 255 or 40.34% from 119); Blue value is 32 (12.89% from 255 or 26.89% from 119); Max value from RGB is 48 - color contains mainly: green. Hex color #273020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273020 is #D8CFDF. Grayscale: #2B2B2B. Windows color (decimal): -14208992 or 2109479. OLE color: 2109479.

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

Color convert

RGB 39 48 32 -
CMYK 0.19 0 0.33 0.81
HSL 93.75º 0.2% 0.16% -
HSV(B) 93.75º 0.33% 0.19% -
XYZ 2.15 2.65 1.76 -
YUV 43.49 121.52 124.8 -
System Red Green Blue C M Y K H S L
Decimal 39 48 32 0.19 0 0.33 0.81 93.75 0.2 0.16
Hex 27 30 20 13 0 21 51 5E 14 10
Octal 47 60 40 23 0 41 121 136 24 20
Binary 100111 110000 100000 10011 0 100001 1010001 1011110 10100 10000

Color Harmonies of #273020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273020

Black with #273020

Text Example


Text Example

White with #273020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273020; }

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

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

background-color css

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

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

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

border-color css

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

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

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