Html Css Color HEX #263531 Woodsmoke

📋 copy color: '#263531'

red 38 ◦ green 53 ◦ blue 49

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

Shades of Woodsmoke #263531

Tints of Woodsmoke #263531

RGB

 RED value IS 38 (15.23% from 255) = 27.14%

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

 BLUE value IS 49 (19.53% from 255) = 35%

R = 27.14%
G = 37.86%
B = 35%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.08

 K value IS 0.79

RGB Variations

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

Color information

#263531 (or 0x263531) is known color: Woodsmoke. HEX triplet: 26, 35 and 31. RGB value is (38,53,49). Sum of RGB (Red+Green+Blue) = 38+53+49=140 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.14% from 140); Green value is 53 (21.09% from 255 or 37.86% from 140); Blue value is 49 (19.53% from 255 or 35% from 140); Max value from RGB is 53 - color contains mainly: green. Hex color #263531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263531 is #D9CACE. Grayscale: #303030. Windows color (decimal): -14273231 or 3224870. OLE color: 3224870.

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

Color convert

RGB 38 53 49 -
CMYK 0.28 0 0.08 0.79
HSL 164º 0.16% 0.18% -
HSV(B) 164º 0.28% 0.21% -
XYZ 2.63 3.18 3.38 -
YUV 48.06 128.53 120.83 -
System Red Green Blue C M Y K H S L
Decimal 38 53 49 0.28 0 0.08 0.79 164 0.16 0.18
Hex 26 35 31 1C 0 8 4F A4 10 12
Octal 46 65 61 34 0 10 117 244 20 22
Binary 100110 110101 110001 11100 0 1000 1001111 10100100 10000 10010

Color Harmonies of #263531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263531

Black with #263531

Text Example


Text Example

White with #263531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263531; }

 p { color: rgb(38,53,49); }

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

background-color css

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

 a { background-color: rgb(38,53,49); }

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

border-color css

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

 span { border-color: rgb(38,53,49); }

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