Html Css Color HEX #1B241E Black Bean

📋 copy color: '#1B241E'

red 27 ◦ green 36 ◦ blue 30

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

Shades of Black Bean #1B241E

Tints of Black Bean #1B241E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 32.26%

R = 29.03%
G = 38.71%
B = 32.26%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.17

 K value IS 0.86

RGB Variations

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

Color information

#1B241E (or 0x1B241E) is known color: Black Bean. HEX triplet: 1B, 24 and 1E. RGB value is (27,36,30). Sum of RGB (Red+Green+Blue) = 27+36+30=93 (12% of max value = 765). Red value is 27 (10.94% from 255 or 29.03% from 93); Green value is 36 (14.45% from 255 or 38.71% from 93); Blue value is 30 (12.11% from 255 or 32.26% from 93); Max value from RGB is 36 - color contains mainly: green. Hex color #1B241E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B241E is #E4DBE1. Grayscale: #202020. Windows color (decimal): -14998498 or 1975323. OLE color: 1975323.

HSL color Cylindrical-coordinate representation of color #1B241E: hue angle of 140º 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 #1B241E is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.86.

Color convert

RGB 27 36 30 -
CMYK 0.25 0 0.17 0.86
HSL 140º 0.14% 0.12% -
HSV(B) 140º 0.25% 0.14% -
XYZ 1.32 1.59 1.47 -
YUV 32.63 126.52 123.99 -
System Red Green Blue C M Y K H S L
Decimal 27 36 30 0.25 0 0.17 0.86 140 0.14 0.12
Hex 1B 24 1E 19 0 11 56 8C E C
Octal 33 44 36 31 0 21 126 214 16 14
Binary 11011 100100 11110 11001 0 10001 1010110 10001100 1110 1100

Color Harmonies of #1B241E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B241E

Black with #1B241E

Text Example


Text Example

White with #1B241E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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