Html Css Color HEX #2B150B Brown Pod

📋 copy color: '#2B150B'

red 43 ◦ green 21 ◦ blue 11

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

Shades of Brown Pod #2B150B

Tints of Brown Pod #2B150B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 28%

 BLUE value IS 11 (4.69% from 255) = 14.67%

R = 57.33%
G = 28%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.74

 K value IS 0.83

RGB Variations

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

Color information

#2B150B (or 0x2B150B) is known color: Brown Pod. HEX triplet: 2B, 15 and 0B. RGB value is (43,21,11). Sum of RGB (Red+Green+Blue) = 43+21+11=75 (9% of max value = 765). Red value is 43 (17.19% from 255 or 57.33% from 75); Green value is 21 (8.59% from 255 or 28% from 75); Blue value is 11 (4.69% from 255 or 14.67% from 75); Max value from RGB is 43 - color contains mainly: red. Hex color #2B150B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B150B is #D4EAF4. Grayscale: #1A1A1A. Windows color (decimal): -13953781 or 726315. OLE color: 726315.

HSL color Cylindrical-coordinate representation of color #2B150B: hue angle of 18.75º degrees, saturation: 0.59, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2B150B is Cyan = 0, Magento = 0.51, Yellow = 0.74 and Black (K on CMYK) = 0.83.

Color convert

RGB 43 21 11 -
CMYK 0 0.51 0.74 0.83
HSL 18.75º 0.59% 0.11% -
HSV(B) 18.75º 0.74% 0.17% -
XYZ 1.32 1.07 0.45 -
YUV 26.44 119.29 139.81 -
System Red Green Blue C M Y K H S L
Decimal 43 21 11 0 0.51 0.74 0.83 18.75 0.59 0.11
Hex 2B 15 B 0 33 4A 53 13 3B B
Octal 53 25 13 0 63 112 123 23 73 13
Binary 101011 10101 1011 0 110011 1001010 1010011 10011 111011 1011

Color Harmonies of #2B150B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B150B

Black with #2B150B

Text Example


Text Example

White with #2B150B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,21,11); }

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

background-color css

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

 a { background-color: rgb(43,21,11); }

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

border-color css

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

 span { border-color: rgb(43,21,11); }

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