#19251C

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

Shades of Black Bean #19251C

Tints of Black Bean #19251C

Color information

#19251C (or 0x19251C) is unknown color: approx Black Bean. HEX triplet: 19, 25 and 1C. RGB value is (25,37,28). Sum of RGB (Red+Green+Blue) = 25+37+28=90 (11% of max value = 765). Red value is 25 (10.16% from 255 or 27.78% from 90); Green value is 37 (14.84% from 255 or 41.11% from 90); Blue value is 28 (11.33% from 255 or 31.11% from 90); Max value from RGB is 37 - color contains mainly: green. Hex color #19251C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19251C is #E6DAE3. Grayscale: #202020. Windows color (decimal): -15129316 or 1844505. OLE color: 1844505.

HSL color Cylindrical-coordinate representation of color #19251C: hue angle of 135º 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 #19251C is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.85.

Color convert

RGB253728-
CMYK0.3200.240.85
HSL135º19.35%12.16%-
HSV(B)135º32.43%14.51%-
XYZ1.271.611.34-
YUV32.39125.52122.73-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 27.78%
GREEN value IS 37 (14.84% from 255) = 41.11%
BLUE value IS 28 (11.33% from 255) = 31.11%
R=27.78%
G=41.11%
B=31.11%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2537280.3200.240.8513519.3512.16
Hex19251C20018558713c
Octal314534400301252072314
Binary1100110010111100100000011000101010110000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19251C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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