#19251D

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

Shades of Black Bean #19251D

Tints of Black Bean #19251D

Color information

#19251D (or 0x19251D) is unknown color: approx Black Bean. HEX triplet: 19, 25 and 1D. RGB value is (25,37,29). Sum of RGB (Red+Green+Blue) = 25+37+29=91 (12% of max value = 765). Red value is 25 (10.16% from 255 or 27.47% from 91); Green value is 37 (14.84% from 255 or 40.66% from 91); Blue value is 29 (11.72% from 255 or 31.87% from 91); Max value from RGB is 37 - color contains mainly: green. Hex color #19251D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19251D is #E6DAE2. Grayscale: #202020. Windows color (decimal): -15129315 or 1910041. OLE color: 1910041.

HSL color Cylindrical-coordinate representation of color #19251D: hue angle of 140º degrees, saturation: 0.19, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #19251D is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.85.

Color convert

RGB253729-
CMYK0.3200.220.85
HSL140º19.35%12.16%-
HSV(B)140º32.43%14.51%-
XYZ1.281.621.41-
YUV32.5126.02122.65-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 27.47%
GREEN value IS 37 (14.84% from 255) = 40.66%
BLUE value IS 29 (11.72% from 255) = 31.87%
R=27.47%
G=40.66%
B=31.87%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2537290.3200.220.8514019.3512.16
Hex19251D20016558c13c
Octal314535400261252142314
Binary1100110010111101100000010110101010110001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19251D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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