Html Css Color HEX #1B1E1C Black Bean

📋 copy color: '#1B1E1C'

red 27 ◦ green 30 ◦ blue 28

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

Shades of Black Bean #1B1E1C

Tints of Black Bean #1B1E1C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 35.29%

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

R = 31.76%
G = 35.29%
B = 32.94%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.07

 K value IS 0.88

RGB Variations

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

Color information

#1B1E1C (or 0x1B1E1C) is known color: Black Bean. HEX triplet: 1B, 1E and 1C. RGB value is (27,30,28). Sum of RGB (Red+Green+Blue) = 27+30+28=85 (11% of max value = 765). Red value is 27 (10.94% from 255 or 31.76% from 85); Green value is 30 (12.11% from 255 or 35.29% from 85); Blue value is 28 (11.33% from 255 or 32.94% from 85); Max value from RGB is 30 - color contains mainly: green. Hex color #1B1E1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B1E1C is #E4E1E3. Grayscale: #1C1C1C. Windows color (decimal): -15000036 or 1842715. OLE color: 1842715.

HSL color Cylindrical-coordinate representation of color #1B1E1C: hue angle of 140º degrees, saturation: 0.05, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #1B1E1C is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.88.

Color convert

RGB 27 30 28 -
CMYK 0.10 0 0.07 0.88
HSL 140º 0.05% 0.11% -
HSV(B) 140º 0.1% 0.12% -
XYZ 1.13 1.25 1.28 -
YUV 28.88 127.51 126.66 -
System Red Green Blue C M Y K H S L
Decimal 27 30 28 0.10 0 0.07 0.88 140 0.05 0.11
Hex 1B 1E 1C A 0 7 58 8C 5 B
Octal 33 36 34 12 0 7 130 214 5 13
Binary 11011 11110 11100 1010 0 111 1011000 10001100 101 1011

Color Harmonies of #1B1E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1E1C

Black with #1B1E1C

Text Example


Text Example

White with #1B1E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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