Html Css Color HEX #1B261C Black Bean

📋 copy color: '#1B261C'

red 27 ◦ green 38 ◦ blue 28

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

Shades of Black Bean #1B261C

Tints of Black Bean #1B261C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 40.86%

 BLUE value IS 28 (11.33% from 255) = 30.11%

R = 29.03%
G = 40.86%
B = 30.11%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.26

 K value IS 0.85

RGB Variations

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

Color information

#1B261C (or 0x1B261C) is known color: Black Bean. HEX triplet: 1B, 26 and 1C. RGB value is (27,38,28). Sum of RGB (Red+Green+Blue) = 27+38+28=93 (12% of max value = 765). Red value is 27 (10.94% from 255 or 29.03% from 93); Green value is 38 (15.23% from 255 or 40.86% from 93); Blue value is 28 (11.33% from 255 or 30.11% from 93); Max value from RGB is 38 - color contains mainly: green. Hex color #1B261C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B261C is #E4D9E3. Grayscale: #212121. Windows color (decimal): -14997988 or 1844763. OLE color: 1844763.

HSL color Cylindrical-coordinate representation of color #1B261C: hue angle of 125.45º degrees, saturation: 0.17, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #1B261C is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.85.

Color convert

RGB 27 38 28 -
CMYK 0.29 0 0.26 0.85
HSL 125.45º 0.17% 0.13% -
HSV(B) 125.45º 0.29% 0.15% -
XYZ 1.35 1.7 1.36 -
YUV 33.57 124.86 123.31 -
System Red Green Blue C M Y K H S L
Decimal 27 38 28 0.29 0 0.26 0.85 125.45 0.17 0.13
Hex 1B 26 1C 1D 0 1A 55 7D 11 D
Octal 33 46 34 35 0 32 125 175 21 15
Binary 11011 100110 11100 11101 0 11010 1010101 1111101 10001 1101

Color Harmonies of #1B261C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B261C

Black with #1B261C

Text Example


Text Example

White with #1B261C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,38,28); }

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

background-color css

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

 a { background-color: rgb(27,38,28); }

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

border-color css

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

 span { border-color: rgb(27,38,28); }

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