#17301A

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

Shades of Black Bean #17301A

Tints of Black Bean #17301A

Color information

#17301A (or 0x17301A) is unknown color: approx Black Bean. HEX triplet: 17, 30 and 1A. RGB value is (23,48,26). Sum of RGB (Red+Green+Blue) = 23+48+26=97 (12% of max value = 765). Red value is 23 (9.38% from 255 or 23.71% from 97); Green value is 48 (19.14% from 255 or 49.48% from 97); Blue value is 26 (10.55% from 255 or 26.80% from 97); Max value from RGB is 48 - color contains mainly: green. Hex color #17301A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17301A is #E8CFE5. Grayscale: #262626. Windows color (decimal): -15257574 or 1716247. OLE color: 1716247.

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

Color convert

RGB234826-
CMYK0.5200.460.81
HSL127.2º35.21%13.92%-
HSV(B)127.2º52.08%18.82%-
XYZ1.62.371.35-
YUV38.02121.22117.29-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 23.71%
GREEN value IS 48 (19.14% from 255) = 49.48%
BLUE value IS 26 (10.55% from 255) = 26.80%
R=23.71%
G=49.48%
B=26.80%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2348260.5200.460.81127.235.2113.92
Hex17301A3402E517f23e
Octal276032640561211774316
Binary10111110000110101101000101110101000111111111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17301A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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