Html Css Color HEX #263520 Black Forest

📋 copy color: '#263520'

red 38 ◦ green 53 ◦ blue 32

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

Shades of Black Forest #263520

Tints of Black Forest #263520

RGB

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

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

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

R = 30.89%
G = 43.09%
B = 26.02%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.40

 K value IS 0.79

RGB Variations

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

Color information

#263520 (or 0x263520) is known color: Black Forest. HEX triplet: 26, 35 and 20. RGB value is (38,53,32). Sum of RGB (Red+Green+Blue) = 38+53+32=123 (16% of max value = 765). Red value is 38 (15.23% from 255 or 30.89% from 123); Green value is 53 (21.09% from 255 or 43.09% from 123); Blue value is 32 (12.89% from 255 or 26.02% from 123); Max value from RGB is 53 - color contains mainly: green. Hex color #263520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263520 is #D9CADF. Grayscale: #2E2E2E. Windows color (decimal): -14273248 or 2110758. OLE color: 2110758.

HSL color Cylindrical-coordinate representation of color #263520: hue angle of 102.86º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #263520 is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.79.

Color convert

RGB 38 53 32 -
CMYK 0.28 0 0.40 0.79
HSL 102.86º 0.25% 0.17% -
HSV(B) 102.86º 0.4% 0.21% -
XYZ 2.33 3.06 1.83 -
YUV 46.12 120.03 122.21 -
System Red Green Blue C M Y K H S L
Decimal 38 53 32 0.28 0 0.40 0.79 102.86 0.25 0.17
Hex 26 35 20 1C 0 28 4F 67 19 11
Octal 46 65 40 34 0 50 117 147 31 21
Binary 100110 110101 100000 11100 0 101000 1001111 1100111 11001 10001

Color Harmonies of #263520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263520

Black with #263520

Text Example


Text Example

White with #263520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263520; }

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

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

background-color css

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

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

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

border-color css

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

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

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