Html Css Color HEX #1A251B Black Bean

📋 copy color: '#1A251B'

red 26 ◦ green 37 ◦ blue 27

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

Shades of Black Bean #1A251B

Tints of Black Bean #1A251B

RGB

 RED value IS 26 (10.55% from 255) = 28.89%

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

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

R = 28.89%
G = 41.11%
B = 30%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.27

 K value IS 0.85

RGB Variations

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

Color information

#1A251B (or 0x1A251B) is known color: Black Bean. HEX triplet: 1A, 25 and 1B. RGB value is (26,37,27). Sum of RGB (Red+Green+Blue) = 26+37+27=90 (11% of max value = 765). Red value is 26 (10.55% from 255 or 28.89% from 90); Green value is 37 (14.84% from 255 or 41.11% from 90); Blue value is 27 (10.94% from 255 or 30% from 90); Max value from RGB is 37 - color contains mainly: green. Hex color #1A251B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A251B is #E5DAE4. Grayscale: #202020. Windows color (decimal): -15063781 or 1778970. OLE color: 1778970.

HSL color Cylindrical-coordinate representation of color #1A251B: hue angle of 125.45º degrees, saturation: 0.17, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #1A251B is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.85.

Color convert

RGB 26 37 27 -
CMYK 0.30 0 0.27 0.85
HSL 125.45º 0.17% 0.12% -
HSV(B) 125.45º 0.3% 0.15% -
XYZ 1.29 1.62 1.28 -
YUV 32.57 124.86 123.31 -
System Red Green Blue C M Y K H S L
Decimal 26 37 27 0.30 0 0.27 0.85 125.45 0.17 0.12
Hex 1A 25 1B 1E 0 1B 55 7D 11 C
Octal 32 45 33 36 0 33 125 175 21 14
Binary 11010 100101 11011 11110 0 11011 1010101 1111101 10001 1100

Color Harmonies of #1A251B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A251B

Black with #1A251B

Text Example


Text Example

White with #1A251B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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