Html Css Color HEX #1B251E Black Bean

📋 copy color: '#1B251E'

red 27 ◦ green 37 ◦ blue 30

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

Shades of Black Bean #1B251E

Tints of Black Bean #1B251E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 39.36%

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

R = 28.72%
G = 39.36%
B = 31.91%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.19

 K value IS 0.85

RGB Variations

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

Color information

#1B251E (or 0x1B251E) is known color: Black Bean. HEX triplet: 1B, 25 and 1E. RGB value is (27,37,30). Sum of RGB (Red+Green+Blue) = 27+37+30=94 (12% of max value = 765). Red value is 27 (10.94% from 255 or 28.72% from 94); Green value is 37 (14.84% from 255 or 39.36% from 94); Blue value is 30 (12.11% from 255 or 31.91% from 94); Max value from RGB is 37 - color contains mainly: green. Hex color #1B251E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B251E is #E4DAE1. Grayscale: #212121. Windows color (decimal): -14998242 or 1975579. OLE color: 1975579.

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

Color convert

RGB 27 37 30 -
CMYK 0.27 0 0.19 0.85
HSL 138º 0.16% 0.13% -
HSV(B) 138º 0.27% 0.15% -
XYZ 1.35 1.65 1.48 -
YUV 33.21 126.19 123.57 -
System Red Green Blue C M Y K H S L
Decimal 27 37 30 0.27 0 0.19 0.85 138 0.16 0.13
Hex 1B 25 1E 1B 0 13 55 8A 10 D
Octal 33 45 36 33 0 23 125 212 20 15
Binary 11011 100101 11110 11011 0 10011 1010101 10001010 10000 1101

Color Harmonies of #1B251E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B251E

Black with #1B251E

Text Example


Text Example

White with #1B251E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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