Html Css Color HEX #1A331D Black Bean

📋 copy color: '#1A331D'

red 26 ◦ green 51 ◦ blue 29

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

Shades of Black Bean #1A331D

Tints of Black Bean #1A331D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 48.11%

 BLUE value IS 29 (11.72% from 255) = 27.36%

R = 24.53%
G = 48.11%
B = 27.36%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.43

 K value IS 0.8

RGB Variations

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

Color information

#1A331D (or 0x1A331D) is known color: Black Bean. HEX triplet: 1A, 33 and 1D. RGB value is (26,51,29). Sum of RGB (Red+Green+Blue) = 26+51+29=106 (14% of max value = 765). Red value is 26 (10.55% from 255 or 24.53% from 106); Green value is 51 (20.31% from 255 or 48.11% from 106); Blue value is 29 (11.72% from 255 or 27.36% from 106); Max value from RGB is 51 - color contains mainly: green. Hex color #1A331D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A331D is #E5CCE2. Grayscale: #292929. Windows color (decimal): -15060195 or 1913626. OLE color: 1913626.

HSL color Cylindrical-coordinate representation of color #1A331D: hue angle of 127.2º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #1A331D is Cyan = 0.49, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.8.

Color convert

RGB 26 51 29 -
CMYK 0.49 0 0.43 0.8
HSL 127.2º 0.32% 0.15% -
HSV(B) 127.2º 0.49% 0.2% -
XYZ 1.83 2.68 1.58 -
YUV 41.02 121.22 117.29 -
System Red Green Blue C M Y K H S L
Decimal 26 51 29 0.49 0 0.43 0.8 127.2 0.32 0.15
Hex 1A 33 1D 31 0 2B 50 7F 20 F
Octal 32 63 35 61 0 53 120 177 40 17
Binary 11010 110011 11101 110001 0 101011 1010000 1111111 100000 1111

Color Harmonies of #1A331D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A331D

Black with #1A331D

Text Example


Text Example

White with #1A331D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,51,29); }

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

background-color css

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

 a { background-color: rgb(26,51,29); }

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

border-color css

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

 span { border-color: rgb(26,51,29); }

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