#19300D

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

Shades of Black Forest #19300D

Tints of Black Forest #19300D

Color information

#19300D (or 0x19300D) is unknown color: approx Black Forest. HEX triplet: 19, 30 and 0D. RGB value is (25,48,13). Sum of RGB (Red+Green+Blue) = 25+48+13=86 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.07% from 86); Green value is 48 (19.14% from 255 or 55.81% from 86); Blue value is 13 (5.47% from 255 or 15.12% from 86); Max value from RGB is 48 - color contains mainly: green. Hex color #19300D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #19300D is #E6CFF2. Grayscale: #252525. Windows color (decimal): -15126515 or 864281. OLE color: 864281.

HSL color Cylindrical-coordinate representation of color #19300D: hue angle of 99.43º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #19300D is Cyan = 0.48, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.81.

Color convert

RGB254813-
CMYK0.4800.730.81
HSL99.43º57.38%11.96%-
HSV(B)99.43º72.92%18.82%-
XYZ1.532.350.75-
YUV37.13114.38119.35-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 29.07%
GREEN value IS 48 (19.14% from 255) = 55.81%
BLUE value IS 13 (5.47% from 255) = 15.12%
R=29.07%
G=55.81%
B=15.12%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2548130.4800.730.8199.4357.3811.96
Hex1930D30049516339c
Octal3160156001111211437114
Binary11001110000110111000001001001101000111000111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19300D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,48,13); }

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

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

 a { background-color: rgb(25,48,13); }

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

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

 span { border-color: rgb(25,48,13); }

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