Html Css Color HEX #1A251C Black Bean

📋 copy color: '#1A251C'

red 26 ◦ green 37 ◦ blue 28

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

Shades of Black Bean #1A251C

Tints of Black Bean #1A251C

RGB

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

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

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

R = 28.57%
G = 40.66%
B = 30.77%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.24

 K value IS 0.85

RGB Variations

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

Color information

#1A251C (or 0x1A251C) is known color: Black Bean. HEX triplet: 1A, 25 and 1C. RGB value is (26,37,28). Sum of RGB (Red+Green+Blue) = 26+37+28=91 (12% of max value = 765). Red value is 26 (10.55% from 255 or 28.57% from 91); Green value is 37 (14.84% from 255 or 40.66% from 91); Blue value is 28 (11.33% from 255 or 30.77% from 91); Max value from RGB is 37 - color contains mainly: green. Hex color #1A251C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A251C is #E5DAE3. Grayscale: #202020. Windows color (decimal): -15063780 or 1844506. OLE color: 1844506.

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

Color convert

RGB 26 37 28 -
CMYK 0.30 0 0.24 0.85
HSL 130.91º 0.17% 0.12% -
HSV(B) 130.91º 0.3% 0.15% -
XYZ 1.3 1.63 1.34 -
YUV 32.69 125.36 123.23 -
System Red Green Blue C M Y K H S L
Decimal 26 37 28 0.30 0 0.24 0.85 130.91 0.17 0.12
Hex 1A 25 1C 1E 0 18 55 83 11 C
Octal 32 45 34 36 0 30 125 203 21 14
Binary 11010 100101 11100 11110 0 11000 1010101 10000011 10001 1100

Color Harmonies of #1A251C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A251C

Black with #1A251C

Text Example


Text Example

White with #1A251C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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