Html Css Color HEX #1B2E21 Black Bean

📋 copy color: '#1B2E21'

red 27 ◦ green 46 ◦ blue 33

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

Shades of Black Bean #1B2E21

Tints of Black Bean #1B2E21

RGB

 RED value IS 27 (10.94% from 255) = 25.47%

 GREEN value IS 46 (18.36% from 255) = 43.4%

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

R = 25.47%
G = 43.4%
B = 31.13%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.28

 K value IS 0.82

RGB Variations

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

Color information

#1B2E21 (or 0x1B2E21) is known color: Black Bean. HEX triplet: 1B, 2E and 21. RGB value is (27,46,33). Sum of RGB (Red+Green+Blue) = 27+46+33=106 (14% of max value = 765). Red value is 27 (10.94% from 255 or 25.47% from 106); Green value is 46 (18.36% from 255 or 43.40% from 106); Blue value is 33 (13.28% from 255 or 31.13% from 106); Max value from RGB is 46 - color contains mainly: green. Hex color #1B2E21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2E21 is #E4D1DE. Grayscale: #262626. Windows color (decimal): -14995935 or 2174491. OLE color: 2174491.

HSL color Cylindrical-coordinate representation of color #1B2E21: hue angle of 138.95º degrees, saturation: 0.26, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #1B2E21 is Cyan = 0.41, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.82.

Color convert

RGB 27 46 33 -
CMYK 0.41 0 0.28 0.82
HSL 138.95º 0.26% 0.14% -
HSV(B) 138.95º 0.41% 0.18% -
XYZ 1.7 2.3 1.79 -
YUV 38.84 124.71 119.56 -
System Red Green Blue C M Y K H S L
Decimal 27 46 33 0.41 0 0.28 0.82 138.95 0.26 0.14
Hex 1B 2E 21 29 0 1C 52 8B 1A E
Octal 33 56 41 51 0 34 122 213 32 16
Binary 11011 101110 100001 101001 0 11100 1010010 10001011 11010 1110

Color Harmonies of #1B2E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B2E21

Black with #1B2E21

Text Example


Text Example

White with #1B2E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B2E21; }

 p { color: rgb(27,46,33); }

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

background-color css

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

 a { background-color: rgb(27,46,33); }

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

border-color css

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

 span { border-color: rgb(27,46,33); }

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