#19301D

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

Shades of Black Bean #19301D

Tints of Black Bean #19301D

Color information

#19301D (or 0x19301D) is unknown color: approx Black Bean. HEX triplet: 19, 30 and 1D. RGB value is (25,48,29). Sum of RGB (Red+Green+Blue) = 25+48+29=102 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.51% from 102); Green value is 48 (19.14% from 255 or 47.06% from 102); Blue value is 29 (11.72% from 255 or 28.43% from 102); Max value from RGB is 48 - color contains mainly: green. Hex color #19301D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19301D is #E6CFE2. Grayscale: #272727. Windows color (decimal): -15126499 or 1912857. OLE color: 1912857.

HSL color Cylindrical-coordinate representation of color #19301D: hue angle of 130.43º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #19301D is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.81.

Color convert

RGB254829-
CMYK0.4800.400.81
HSL130.43º31.51%14.31%-
HSV(B)130.43º47.92%18.82%-
XYZ1.682.411.54-
YUV38.96122.38118.04-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 24.51%
GREEN value IS 48 (19.14% from 255) = 47.06%
BLUE value IS 29 (11.72% from 255) = 28.43%
R=24.51%
G=47.06%
B=28.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2548290.4800.400.81130.4331.5114.31
Hex19301D30028518220e
Octal316035600501212024016
Binary110011100001110111000001010001010001100000101000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19301D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19301D; }

 p { color: rgb(25,48,29); }

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

<style>
 a { background-color: #19301D; }

 a { background-color: rgb(25,48,29); }

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

<style>
 span { border-color: #19301D; }

 span { border-color: rgb(25,48,29); }

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