Html Css Color HEX #273530 Woodsmoke

📋 copy color: '#273530'

red 39 ◦ green 53 ◦ blue 48

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

Shades of Woodsmoke #273530

Tints of Woodsmoke #273530

RGB

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

 GREEN value IS 53 (21.09% from 255) = 37.86%

 BLUE value IS 48 (19.14% from 255) = 34.29%

R = 27.86%
G = 37.86%
B = 34.29%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.09

 K value IS 0.79

RGB Variations

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

Color information

#273530 (or 0x273530) is known color: Woodsmoke. HEX triplet: 27, 35 and 30. RGB value is (39,53,48). Sum of RGB (Red+Green+Blue) = 39+53+48=140 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.86% from 140); Green value is 53 (21.09% from 255 or 37.86% from 140); Blue value is 48 (19.14% from 255 or 34.29% from 140); Max value from RGB is 53 - color contains mainly: green. Hex color #273530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273530 is #D8CACF. Grayscale: #303030. Windows color (decimal): -14207696 or 3159335. OLE color: 3159335.

HSL color Cylindrical-coordinate representation of color #273530: hue angle of 158.57º degrees, saturation: 0.15, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #273530 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.79.

Color convert

RGB 39 53 48 -
CMYK 0.26 0 0.09 0.79
HSL 158.57º 0.15% 0.18% -
HSV(B) 158.57º 0.26% 0.21% -
XYZ 2.64 3.19 3.27 -
YUV 48.24 127.86 121.41 -
System Red Green Blue C M Y K H S L
Decimal 39 53 48 0.26 0 0.09 0.79 158.57 0.15 0.18
Hex 27 35 30 1A 0 9 4F 9F F 12
Octal 47 65 60 32 0 11 117 237 17 22
Binary 100111 110101 110000 11010 0 1001 1001111 10011111 1111 10010

Color Harmonies of #273530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273530

Black with #273530

Text Example


Text Example

White with #273530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273530; }

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

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

background-color css

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

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

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

border-color css

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

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

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