#19231C

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

Shades of Black Bean #19231C

Tints of Black Bean #19231C

Color information

#19231C (or 0x19231C) is unknown color: approx Black Bean. HEX triplet: 19, 23 and 1C. RGB value is (25,35,28). Sum of RGB (Red+Green+Blue) = 25+35+28=88 (11% of max value = 765). Red value is 25 (10.16% from 255 or 28.41% from 88); Green value is 35 (14.06% from 255 or 39.77% from 88); Blue value is 28 (11.33% from 255 or 31.82% from 88); Max value from RGB is 35 - color contains mainly: green. Hex color #19231C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19231C is #E6DCE3. Grayscale: #1F1F1F. Windows color (decimal): -15129828 or 1843993. OLE color: 1843993.

HSL color Cylindrical-coordinate representation of color #19231C: hue angle of 138º degrees, saturation: 0.17, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #19231C is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.86.

Color convert

RGB253528-
CMYK0.2900.200.86
HSL138º16.67%11.76%-
HSV(B)138º28.57%13.73%-
XYZ1.211.491.32-
YUV31.21126.19123.57-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 28.41%
GREEN value IS 35 (14.06% from 255) = 39.77%
BLUE value IS 28 (11.33% from 255) = 31.82%
R=28.41%
G=39.77%
B=31.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2535280.2900.200.8613816.6711.76
Hex19231C1D014568a11c
Octal314334350241262122114
Binary110011000111110011101010100101011010001010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19231C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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