Html Css Color HEX #1B1F1C Black Bean

📋 copy color: '#1B1F1C'

red 27 ◦ green 31 ◦ blue 28

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

Shades of Black Bean #1B1F1C

Tints of Black Bean #1B1F1C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 36.05%

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

R = 31.4%
G = 36.05%
B = 32.56%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.10

 K value IS 0.88

RGB Variations

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

Color information

#1B1F1C (or 0x1B1F1C) is known color: Black Bean. HEX triplet: 1B, 1F and 1C. RGB value is (27,31,28). Sum of RGB (Red+Green+Blue) = 27+31+28=86 (11% of max value = 765). Red value is 27 (10.94% from 255 or 31.40% from 86); Green value is 31 (12.5% from 255 or 36.05% from 86); Blue value is 28 (11.33% from 255 or 32.56% from 86); Max value from RGB is 31 - color contains mainly: green. Hex color #1B1F1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B1F1C is #E4E0E3. Grayscale: #1D1D1D. Windows color (decimal): -14999780 or 1842971. OLE color: 1842971.

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

Color convert

RGB 27 31 28 -
CMYK 0.13 0 0.10 0.88
HSL 135º 0.07% 0.11% -
HSV(B) 135º 0.13% 0.12% -
XYZ 1.15 1.3 1.29 -
YUV 29.46 127.17 126.24 -
System Red Green Blue C M Y K H S L
Decimal 27 31 28 0.13 0 0.10 0.88 135 0.07 0.11
Hex 1B 1F 1C D 0 A 58 87 7 B
Octal 33 37 34 15 0 12 130 207 7 13
Binary 11011 11111 11100 1101 0 1010 1011000 10000111 111 1011

Color Harmonies of #1B1F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1F1C

Black with #1B1F1C

Text Example


Text Example

White with #1B1F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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