#19301F

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

Shades of Black Bean #19301F

Tints of Black Bean #19301F

Color information

#19301F (or 0x19301F) is unknown color: approx Black Bean. HEX triplet: 19, 30 and 1F. RGB value is (25,48,31). Sum of RGB (Red+Green+Blue) = 25+48+31=104 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.04% from 104); Green value is 48 (19.14% from 255 or 46.15% from 104); Blue value is 31 (12.5% from 255 or 29.81% from 104); Max value from RGB is 48 - color contains mainly: green. Hex color #19301F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19301F is #E6CFE0. Grayscale: #272727. Windows color (decimal): -15126497 or 2043929. OLE color: 2043929.

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

Color convert

RGB254831-
CMYK0.4800.350.81
HSL135.65º31.51%14.31%-
HSV(B)135.65º47.92%18.82%-
XYZ1.712.421.67-
YUV39.18123.38117.88-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 24.04%
GREEN value IS 48 (19.14% from 255) = 46.15%
BLUE value IS 31 (12.5% from 255) = 29.81%
R=24.04%
G=46.15%
B=29.81%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2548310.4800.350.81135.6531.5114.31
Hex19301F30023518820e
Octal316037600431212104016
Binary110011100001111111000001000111010001100010001000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19301F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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