#192513

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

Shades of Black Forest #192513

Tints of Black Forest #192513

Color information

#192513 (or 0x192513) is unknown color: approx Black Forest. HEX triplet: 19, 25 and 13. RGB value is (25,37,19). Sum of RGB (Red+Green+Blue) = 25+37+19=81 (10% of max value = 765). Red value is 25 (10.16% from 255 or 30.86% from 81); Green value is 37 (14.84% from 255 or 45.68% from 81); Blue value is 19 (7.81% from 255 or 23.46% from 81); Max value from RGB is 37 - color contains mainly: green. Hex color #192513 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192513 is #E6DAEC. Grayscale: #1F1F1F. Windows color (decimal): -15129325 or 1254681. OLE color: 1254681.

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

Color convert

RGB253719-
CMYK0.3200.490.85
HSL100º32.14%10.98%-
HSV(B)100º48.65%14.51%-
XYZ1.181.580.86-
YUV31.36121.02123.46-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 30.86%
GREEN value IS 37 (14.84% from 255) = 45.68%
BLUE value IS 19 (7.81% from 255) = 23.46%
R=30.86%
G=45.68%
B=23.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2537190.3200.490.8510032.1410.98
Hex19251320031556420b
Octal314523400611251444013
Binary11001100101100111000000110001101010111001001000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192513; }

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

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

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

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

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

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

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

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