Html Css Color HEX #1A361F Black Bean

📋 copy color: '#1A361F'

red 26 ◦ green 54 ◦ blue 31

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

Shades of Black Bean #1A361F

Tints of Black Bean #1A361F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 48.65%

 BLUE value IS 31 (12.5% from 255) = 27.93%

R = 23.42%
G = 48.65%
B = 27.93%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.43

 K value IS 0.79

RGB Variations

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

Color information

#1A361F (or 0x1A361F) is known color: Black Bean. HEX triplet: 1A, 36 and 1F. RGB value is (26,54,31). Sum of RGB (Red+Green+Blue) = 26+54+31=111 (14% of max value = 765). Red value is 26 (10.55% from 255 or 23.42% from 111); Green value is 54 (21.48% from 255 or 48.65% from 111); Blue value is 31 (12.5% from 255 or 27.93% from 111); Max value from RGB is 54 - color contains mainly: green. Hex color #1A361F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A361F is #E5C9E0. Grayscale: #2B2B2B. Windows color (decimal): -15059425 or 2045466. OLE color: 2045466.

HSL color Cylindrical-coordinate representation of color #1A361F: hue angle of 130.71º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1A361F is Cyan = 0.52, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.79.

Color convert

RGB 26 54 31 -
CMYK 0.52 0 0.43 0.79
HSL 130.71º 0.35% 0.16% -
HSV(B) 130.71º 0.52% 0.21% -
XYZ 1.99 2.96 1.76 -
YUV 43.01 121.22 115.87 -
System Red Green Blue C M Y K H S L
Decimal 26 54 31 0.52 0 0.43 0.79 130.71 0.35 0.16
Hex 1A 36 1F 34 0 2B 4F 83 23 10
Octal 32 66 37 64 0 53 117 203 43 20
Binary 11010 110110 11111 110100 0 101011 1001111 10000011 100011 10000

Color Harmonies of #1A361F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A361F

Black with #1A361F

Text Example


Text Example

White with #1A361F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,54,31); }

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

background-color css

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

 a { background-color: rgb(26,54,31); }

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

border-color css

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

 span { border-color: rgb(26,54,31); }

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