Html Css Color HEX #1A231B Black Bean

📋 copy color: '#1A231B'

red 26 ◦ green 35 ◦ blue 27

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

Shades of Black Bean #1A231B

Tints of Black Bean #1A231B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 39.77%

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

R = 29.55%
G = 39.77%
B = 30.68%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.23

 K value IS 0.86

RGB Variations

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

Color information

#1A231B (or 0x1A231B) is known color: Black Bean. HEX triplet: 1A, 23 and 1B. RGB value is (26,35,27). Sum of RGB (Red+Green+Blue) = 26+35+27=88 (11% of max value = 765). Red value is 26 (10.55% from 255 or 29.55% from 88); Green value is 35 (14.06% from 255 or 39.77% from 88); Blue value is 27 (10.94% from 255 or 30.68% from 88); Max value from RGB is 35 - color contains mainly: green. Hex color #1A231B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A231B is #E5DCE4. Grayscale: #1F1F1F. Windows color (decimal): -15064293 or 1778458. OLE color: 1778458.

HSL color Cylindrical-coordinate representation of color #1A231B: hue angle of 126.67º degrees, saturation: 0.15, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #1A231B is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.86.

Color convert

RGB 26 35 27 -
CMYK 0.26 0 0.23 0.86
HSL 126.67º 0.15% 0.12% -
HSV(B) 126.67º 0.26% 0.14% -
XYZ 1.22 1.5 1.26 -
YUV 31.4 125.52 124.15 -
System Red Green Blue C M Y K H S L
Decimal 26 35 27 0.26 0 0.23 0.86 126.67 0.15 0.12
Hex 1A 23 1B 1A 0 17 56 7F F C
Octal 32 43 33 32 0 27 126 177 17 14
Binary 11010 100011 11011 11010 0 10111 1010110 1111111 1111 1100

Color Harmonies of #1A231B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A231B

Black with #1A231B

Text Example


Text Example

White with #1A231B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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