Html Css Color HEX #263221 Black Forest

📋 copy color: '#263221'

red 38 ◦ green 50 ◦ blue 33

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

Shades of Black Forest #263221

Tints of Black Forest #263221

RGB

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

 GREEN value IS 50 (19.92% from 255) = 41.32%

 BLUE value IS 33 (13.28% from 255) = 27.27%

R = 31.4%
G = 41.32%
B = 27.27%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.34

 K value IS 0.80

RGB Variations

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

Color information

#263221 (or 0x263221) is known color: Black Forest. HEX triplet: 26, 32 and 21. RGB value is (38,50,33). Sum of RGB (Red+Green+Blue) = 38+50+33=121 (16% of max value = 765). Red value is 38 (15.23% from 255 or 31.40% from 121); Green value is 50 (19.92% from 255 or 41.32% from 121); Blue value is 33 (13.28% from 255 or 27.27% from 121); Max value from RGB is 50 - color contains mainly: green. Hex color #263221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263221 is #D9CDDE. Grayscale: #2C2C2C. Windows color (decimal): -14274015 or 2175526. OLE color: 2175526.

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

Color convert

RGB 38 50 33 -
CMYK 0.24 0 0.34 0.80
HSL 102.35º 0.2% 0.16% -
HSV(B) 102.35º 0.34% 0.2% -
XYZ 2.21 2.8 1.86 -
YUV 44.47 121.52 123.38 -
System Red Green Blue C M Y K H S L
Decimal 38 50 33 0.24 0 0.34 0.80 102.35 0.2 0.16
Hex 26 32 21 18 0 22 50 66 14 10
Octal 46 62 41 30 0 42 120 146 24 20
Binary 100110 110010 100001 11000 0 100010 1010000 1100110 10100 10000

Color Harmonies of #263221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263221

Black with #263221

Text Example


Text Example

White with #263221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263221; }

 p { color: rgb(38,50,33); }

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

background-color css

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

 a { background-color: rgb(38,50,33); }

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

border-color css

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

 span { border-color: rgb(38,50,33); }

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