#17311A

Color #17311A Black Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Bean #17311A

Tints of Black Bean #17311A

Color information

#17311A (or 0x17311A) is unknown color: approx Black Bean. HEX triplet: 17, 31 and 1A. RGB value is (23,49,26). Sum of RGB (Red+Green+Blue) = 23+49+26=98 (12% of max value = 765). Red value is 23 (9.38% from 255 or 23.47% from 98); Green value is 49 (19.53% from 255 or 50% from 98); Blue value is 26 (10.55% from 255 or 26.53% from 98); Max value from RGB is 49 - color contains mainly: green. Hex color #17311A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17311A is #E8CEE5. Grayscale: #262626. Windows color (decimal): -15257318 or 1716503. OLE color: 1716503.

HSL color Cylindrical-coordinate representation of color #17311A: hue angle of 126.92º degrees, saturation: 0.36, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #17311A is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.81.

Color convert

RGB234926-
CMYK0.5300.470.81
HSL126.92º36.11%14.12%-
HSV(B)126.92º53.06%19.22%-
XYZ1.642.451.36-
YUV38.6120.89116.87-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 23.47%
GREEN value IS 49 (19.53% from 255) = 50%
BLUE value IS 26 (10.55% from 255) = 26.53%
R=23.47%
G=50%
B=26.53%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2349260.5300.470.81126.9236.1114.12
Hex17311A3502F517f24e
Octal276132650571211774416
Binary10111110001110101101010101111101000111111111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17311A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17311A; }

 p { color: rgb(23,49,26); }

 H1.HeaderClassName
 {
   color: #17311A;
 }
 .AnyTagClassName
 {
   color: #17311A;
 }
</style>
background-color css

<style>
 a { background-color: #17311A; }

 a { background-color: rgb(23,49,26); }

 div.DivClassName
 {
   background-color: #17311A;
 }
 .BgClassName
 {
   background-color: #17311A;
 }
</style>
border-color css

<style>
 span { border-color: #17311A; }

 span { border-color: rgb(23,49,26); }

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