#19301C

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

Shades of Black Bean #19301C

Tints of Black Bean #19301C

Color information

#19301C (or 0x19301C) is unknown color: approx Black Bean. HEX triplet: 19, 30 and 1C. RGB value is (25,48,28). Sum of RGB (Red+Green+Blue) = 25+48+28=101 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.75% from 101); Green value is 48 (19.14% from 255 or 47.52% from 101); Blue value is 28 (11.33% from 255 or 27.72% from 101); Max value from RGB is 48 - color contains mainly: green. Hex color #19301C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19301C is #E6CFE3. Grayscale: #262626. Windows color (decimal): -15126500 or 1847321. OLE color: 1847321.

HSL color Cylindrical-coordinate representation of color #19301C: hue angle of 127.83º 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 #19301C is Cyan = 0.48, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.81.

Color convert

RGB254828-
CMYK0.4800.420.81
HSL127.83º31.51%14.31%-
HSV(B)127.83º47.92%18.82%-
XYZ1.672.41.47-
YUV38.84121.88118.13-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 24.75%
GREEN value IS 48 (19.14% from 255) = 47.52%
BLUE value IS 28 (11.33% from 255) = 27.72%
R=24.75%
G=47.52%
B=27.72%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2548280.4800.420.81127.8331.5114.31
Hex19301C3002A518020e
Octal316034600521212004016
Binary110011100001110011000001010101010001100000001000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19301C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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