Html Css Color HEX #263430 Woodsmoke

📋 copy color: '#263430'

red 38 ◦ green 52 ◦ blue 48

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

Shades of Woodsmoke #263430

Tints of Woodsmoke #263430

RGB

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

 GREEN value IS 52 (20.7% from 255) = 37.68%

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

R = 27.54%
G = 37.68%
B = 34.78%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.08

 K value IS 0.80

RGB Variations

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

Color information

#263430 (or 0x263430) is known color: Woodsmoke. HEX triplet: 26, 34 and 30. RGB value is (38,52,48). Sum of RGB (Red+Green+Blue) = 38+52+48=138 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.54% from 138); Green value is 52 (20.70% from 255 or 37.68% from 138); Blue value is 48 (19.14% from 255 or 34.78% from 138); Max value from RGB is 52 - color contains mainly: green. Hex color #263430 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263430 is #D9CBCF. Grayscale: #2F2F2F. Windows color (decimal): -14273488 or 3159078. OLE color: 3159078.

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

Color convert

RGB 38 52 48 -
CMYK 0.27 0 0.08 0.80
HSL 162.86º 0.16% 0.18% -
HSV(B) 162.86º 0.27% 0.2% -
XYZ 2.56 3.08 3.26 -
YUV 47.36 128.36 121.33 -
System Red Green Blue C M Y K H S L
Decimal 38 52 48 0.27 0 0.08 0.80 162.86 0.16 0.18
Hex 26 34 30 1B 0 8 50 A3 10 12
Octal 46 64 60 33 0 10 120 243 20 22
Binary 100110 110100 110000 11011 0 1000 1010000 10100011 10000 10010

Color Harmonies of #263430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263430

Black with #263430

Text Example


Text Example

White with #263430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263430; }

 p { color: rgb(38,52,48); }

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

background-color css

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

 a { background-color: rgb(38,52,48); }

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

border-color css

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

 span { border-color: rgb(38,52,48); }

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