Html Css Color HEX #2B421D Black Forest

📋 copy color: '#2B421D'

red 43 ◦ green 66 ◦ blue 29

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

Shades of Black Forest #2B421D

Tints of Black Forest #2B421D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 47.83%

 BLUE value IS 29 (11.72% from 255) = 21.01%

R = 31.16%
G = 47.83%
B = 21.01%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.56

 K value IS 0.74

RGB Variations

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

Color information

#2B421D (or 0x2B421D) is known color: Black Forest. HEX triplet: 2B, 42 and 1D. RGB value is (43,66,29). Sum of RGB (Red+Green+Blue) = 43+66+29=138 (18% of max value = 765). Red value is 43 (17.19% from 255 or 31.16% from 138); Green value is 66 (26.17% from 255 or 47.83% from 138); Blue value is 29 (11.72% from 255 or 21.01% from 138); Max value from RGB is 66 - color contains mainly: green. Hex color #2B421D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B421D is #D4BDE2. Grayscale: #373737. Windows color (decimal): -13942243 or 1917483. OLE color: 1917483.

HSL color Cylindrical-coordinate representation of color #2B421D: hue angle of 97.3º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2B421D is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.74.

Color convert

RGB 43 66 29 -
CMYK 0.35 0 0.56 0.74
HSL 97.3º 0.39% 0.19% -
HSV(B) 97.3º 0.56% 0.26% -
XYZ 3.17 4.5 1.86 -
YUV 54.91 113.38 119.51 -
System Red Green Blue C M Y K H S L
Decimal 43 66 29 0.35 0 0.56 0.74 97.3 0.39 0.19
Hex 2B 42 1D 23 0 38 4A 61 27 13
Octal 53 102 35 43 0 70 112 141 47 23
Binary 101011 1000010 11101 100011 0 111000 1001010 1100001 100111 10011

Color Harmonies of #2B421D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B421D

Black with #2B421D

Text Example


Text Example

White with #2B421D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,66,29); }

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

background-color css

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

 a { background-color: rgb(43,66,29); }

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

border-color css

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

 span { border-color: rgb(43,66,29); }

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