#273C15

Color #273C15 Black Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Forest #273C15

Tints of Black Forest #273C15

Color information

#273C15 (or 0x273C15) is unknown color: approx Black Forest. HEX triplet: 27, 3C and 15. RGB value is (39,60,21). Sum of RGB (Red+Green+Blue) = 39+60+21=120 (15% of max value = 765). Red value is 39 (15.62% from 255 or 32.5% from 120); Green value is 60 (23.83% from 255 or 50% from 120); Blue value is 21 (8.59% from 255 or 17.5% from 120); Max value from RGB is 60 - color contains mainly: green. Hex color #273C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273C15 is #D8C3EA. Grayscale: #313131. Windows color (decimal): -14205931 or 1391655. OLE color: 1391655.

HSL color Cylindrical-coordinate representation of color #273C15: hue angle of 92.31º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #273C15 is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.76.

Color convert

RGB396021-
CMYK0.3500.650.76
HSL92.31º48.15%15.88%-
HSV(B)92.31º65%23.53%-
XYZ2.593.721.29-
YUV49.28112.04120.67-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 32.5%
GREEN value IS 60 (23.83% from 255) = 50%
BLUE value IS 21 (8.59% from 255) = 17.5%
R=32.5%
G=50%
B=17.5%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3960210.3500.650.7692.3148.1515.88
Hex273C15230414C5c3010
Octal4774254301011141346020
Binary10011111110010101100011010000011001100101110011000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273C15; }

 p { color: rgb(39,60,21); }

 H1.HeaderClassName
 {
   color: #273C15;
 }
 .AnyTagClassName
 {
   color: #273C15;
 }
</style>
background-color css

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

 a { background-color: rgb(39,60,21); }

 div.DivClassName
 {
   background-color: #273C15;
 }
 .BgClassName
 {
   background-color: #273C15;
 }
</style>
border-color css

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

 span { border-color: rgb(39,60,21); }

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