#19310B

Color #19310B Black Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Forest #19310B

Tints of Black Forest #19310B

Color information

#19310B (or 0x19310B) is unknown color: approx Black Forest. HEX triplet: 19, 31 and 0B. RGB value is (25,49,11). Sum of RGB (Red+Green+Blue) = 25+49+11=85 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.41% from 85); Green value is 49 (19.53% from 255 or 57.65% from 85); Blue value is 11 (4.69% from 255 or 12.94% from 85); Max value from RGB is 49 - color contains mainly: green. Hex color #19310B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #19310B is #E6CEF4. Grayscale: #252525. Windows color (decimal): -15126261 or 733465. OLE color: 733465.

HSL color Cylindrical-coordinate representation of color #19310B: hue angle of 97.89º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #19310B is Cyan = 0.49, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.81.

Color convert

RGB254911-
CMYK0.4900.780.81
HSL97.89º63.33%11.76%-
HSV(B)97.89º77.55%19.22%-
XYZ1.562.430.7-
YUV37.49113.05119.09-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 29.41%
GREEN value IS 49 (19.53% from 255) = 57.65%
BLUE value IS 11 (4.69% from 255) = 12.94%
R=29.41%
G=57.65%
B=12.94%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2549110.4900.780.8197.8963.3311.76
Hex1931B3104E51623fc
Octal3161136101161211427714
Binary11001110001101111000101001110101000111000101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19310B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19310B; }

 p { color: rgb(25,49,11); }

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

<style>
 a { background-color: #19310B; }

 a { background-color: rgb(25,49,11); }

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

<style>
 span { border-color: #19310B; }

 span { border-color: rgb(25,49,11); }

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