Html Css Color HEX #1B241C Black Bean

📋 copy color: '#1B241C'

red 27 ◦ green 36 ◦ blue 28

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

Shades of Black Bean #1B241C

Tints of Black Bean #1B241C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 39.56%

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

R = 29.67%
G = 39.56%
B = 30.77%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.22

 K value IS 0.86

RGB Variations

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

Color information

#1B241C (or 0x1B241C) is known color: Black Bean. HEX triplet: 1B, 24 and 1C. RGB value is (27,36,28). Sum of RGB (Red+Green+Blue) = 27+36+28=91 (12% of max value = 765). Red value is 27 (10.94% from 255 or 29.67% from 91); Green value is 36 (14.45% from 255 or 39.56% from 91); Blue value is 28 (11.33% from 255 or 30.77% from 91); Max value from RGB is 36 - color contains mainly: green. Hex color #1B241C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B241C is #E4DBE3. Grayscale: #202020. Windows color (decimal): -14998500 or 1844251. OLE color: 1844251.

HSL color Cylindrical-coordinate representation of color #1B241C: hue angle of 126.67º degrees, saturation: 0.14, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #1B241C is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.86.

Color convert

RGB 27 36 28 -
CMYK 0.25 0 0.22 0.86
HSL 126.67º 0.14% 0.12% -
HSV(B) 126.67º 0.25% 0.14% -
XYZ 1.29 1.58 1.34 -
YUV 32.4 125.52 124.15 -
System Red Green Blue C M Y K H S L
Decimal 27 36 28 0.25 0 0.22 0.86 126.67 0.14 0.12
Hex 1B 24 1C 19 0 16 56 7F E C
Octal 33 44 34 31 0 26 126 177 16 14
Binary 11011 100100 11100 11001 0 10110 1010110 1111111 1110 1100

Color Harmonies of #1B241C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B241C

Black with #1B241C

Text Example


Text Example

White with #1B241C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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