Html Css Color HEX #2B1201 Brown Pod

📋 copy color: '#2B1201'

red 43 ◦ green 18 ◦ blue 1

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

Shades of Brown Pod #2B1201

Tints of Brown Pod #2B1201

RGB

 RED value IS 43 (17.19% from 255) = 69.35%

 GREEN value IS 18 (7.42% from 255) = 29.03%

 BLUE value IS 1 (0.78% from 255) = 1.61%

R = 69.35%
G = 29.03%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.83

RGB Variations

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

Color information

#2B1201 (or 0x2B1201) is known color: Brown Pod. HEX triplet: 2B, 12 and 01. RGB value is (43,18,1). Sum of RGB (Red+Green+Blue) = 43+18+1=62 (8% of max value = 765). Red value is 43 (17.19% from 255 or 69.35% from 62); Green value is 18 (7.42% from 255 or 29.03% from 62); Blue value is 1 (0.78% from 255 or 1.61% from 62); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1201 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B1201 is #D4EDFE. Grayscale: #171717. Windows color (decimal): -13954559 or 70187. OLE color: 70187.

HSL color Cylindrical-coordinate representation of color #2B1201: hue angle of 24.29º degrees, saturation: 0.95, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2B1201 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.83.

Color convert

RGB 43 18 1 -
CMYK 0 0.58 0.98 0.83
HSL 24.29º 0.95% 0.09% -
HSV(B) 24.29º 0.98% 0.17% -
XYZ 1.22 0.95 0.15 -
YUV 23.54 115.28 141.88 -
System Red Green Blue C M Y K H S L
Decimal 43 18 1 0 0.58 0.98 0.83 24.29 0.95 0.09
Hex 2B 12 1 0 3A 62 53 18 5F 9
Octal 53 22 1 0 72 142 123 30 137 11
Binary 101011 10010 1 0 111010 1100010 1010011 11000 1011111 1001

Color Harmonies of #2B1201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B1201

Black with #2B1201

Text Example


Text Example

White with #2B1201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2B1201; }

 p { color: rgb(43,18,1); }

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

background-color css

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

 a { background-color: rgb(43,18,1); }

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

border-color css

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

 span { border-color: rgb(43,18,1); }

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