Html Css Color HEX #273320 Black Forest

📋 copy color: '#273320'

red 39 ◦ green 51 ◦ blue 32

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

Shades of Black Forest #273320

Tints of Black Forest #273320

RGB

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

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

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

R = 31.97%
G = 41.8%
B = 26.23%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.37

 K value IS 0.8

RGB Variations

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

Color information

#273320 (or 0x273320) is known color: Black Forest. HEX triplet: 27, 33 and 20. RGB value is (39,51,32). Sum of RGB (Red+Green+Blue) = 39+51+32=122 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.97% from 122); Green value is 51 (20.31% from 255 or 41.80% from 122); Blue value is 32 (12.89% from 255 or 26.23% from 122); Max value from RGB is 51 - color contains mainly: green. Hex color #273320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273320 is #D8CCDF. Grayscale: #2D2D2D. Windows color (decimal): -14208224 or 2110247. OLE color: 2110247.

HSL color Cylindrical-coordinate representation of color #273320: hue angle of 97.89º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #273320 is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.8.

Color convert

RGB 39 51 32 -
CMYK 0.24 0 0.37 0.8
HSL 97.89º 0.23% 0.16% -
HSV(B) 97.89º 0.37% 0.2% -
XYZ 2.28 2.9 1.81 -
YUV 45.25 120.52 123.54 -
System Red Green Blue C M Y K H S L
Decimal 39 51 32 0.24 0 0.37 0.8 97.89 0.23 0.16
Hex 27 33 20 18 0 25 50 62 17 10
Octal 47 63 40 30 0 45 120 142 27 20
Binary 100111 110011 100000 11000 0 100101 1010000 1100010 10111 10000

Color Harmonies of #273320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273320

Black with #273320

Text Example


Text Example

White with #273320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273320; }

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

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

background-color css

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

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

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

border-color css

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

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

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