Html Css Color HEX #1B251B Black Bean

📋 copy color: '#1B251B'

red 27 ◦ green 37 ◦ blue 27

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

Shades of Black Bean #1B251B

Tints of Black Bean #1B251B

RGB

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

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

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

R = 29.67%
G = 40.66%
B = 29.67%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.27

 K value IS 0.85

RGB Variations

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

Color information

#1B251B (or 0x1B251B) is known color: Black Bean. HEX triplet: 1B, 25 and 1B. RGB value is (27,37,27). Sum of RGB (Red+Green+Blue) = 27+37+27=91 (12% of max value = 765). Red value is 27 (10.94% from 255 or 29.67% from 91); Green value is 37 (14.84% from 255 or 40.66% from 91); Blue value is 27 (10.94% from 255 or 29.67% from 91); Max value from RGB is 37 - color contains mainly: green. Hex color #1B251B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B251B is #E4DAE4. Grayscale: #202020. Windows color (decimal): -14998245 or 1778971. OLE color: 1778971.

HSL color Cylindrical-coordinate representation of color #1B251B: hue angle of 120º 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 #1B251B is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.85.

Color convert

RGB 27 37 27 -
CMYK 0.27 0 0.27 0.85
HSL 120º 0.16% 0.13% -
HSV(B) 120º 0.27% 0.15% -
XYZ 1.31 1.64 1.28 -
YUV 32.87 124.69 123.81 -
System Red Green Blue C M Y K H S L
Decimal 27 37 27 0.27 0 0.27 0.85 120 0.16 0.13
Hex 1B 25 1B 1B 0 1B 55 78 10 D
Octal 33 45 33 33 0 33 125 170 20 15
Binary 11011 100101 11011 11011 0 11011 1010101 1111000 10000 1101

Color Harmonies of #1B251B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B251B

Black with #1B251B

Text Example


Text Example

White with #1B251B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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