Html Css Color HEX #1A271B Black Bean

📋 copy color: '#1A271B'

red 26 ◦ green 39 ◦ blue 27

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

Shades of Black Bean #1A271B

Tints of Black Bean #1A271B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 42.39%

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

R = 28.26%
G = 42.39%
B = 29.35%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.31

 K value IS 0.85

RGB Variations

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

Color information

#1A271B (or 0x1A271B) is known color: Black Bean. HEX triplet: 1A, 27 and 1B. RGB value is (26,39,27). Sum of RGB (Red+Green+Blue) = 26+39+27=92 (12% of max value = 765). Red value is 26 (10.55% from 255 or 28.26% from 92); Green value is 39 (15.62% from 255 or 42.39% from 92); Blue value is 27 (10.94% from 255 or 29.35% from 92); Max value from RGB is 39 - color contains mainly: green. Hex color #1A271B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A271B is #E5D8E4. Grayscale: #212121. Windows color (decimal): -15063269 or 1779482. OLE color: 1779482.

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

Color convert

RGB 26 39 27 -
CMYK 0.33 0 0.31 0.85
HSL 124.62º 0.2% 0.13% -
HSV(B) 124.62º 0.33% 0.15% -
XYZ 1.35 1.75 1.3 -
YUV 33.75 124.19 122.48 -
System Red Green Blue C M Y K H S L
Decimal 26 39 27 0.33 0 0.31 0.85 124.62 0.2 0.13
Hex 1A 27 1B 21 0 1F 55 7D 14 D
Octal 32 47 33 41 0 37 125 175 24 15
Binary 11010 100111 11011 100001 0 11111 1010101 1111101 10100 1101

Color Harmonies of #1A271B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A271B

Black with #1A271B

Text Example


Text Example

White with #1A271B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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