#19300C

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

Shades of Black Forest #19300C

Tints of Black Forest #19300C

Color information

#19300C (or 0x19300C) is unknown color: approx Black Forest. HEX triplet: 19, 30 and 0C. RGB value is (25,48,12). Sum of RGB (Red+Green+Blue) = 25+48+12=85 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.41% from 85); Green value is 48 (19.14% from 255 or 56.47% from 85); Blue value is 12 (5.08% from 255 or 14.12% from 85); Max value from RGB is 48 - color contains mainly: green. Hex color #19300C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #19300C is #E6CFF3. Grayscale: #252525. Windows color (decimal): -15126516 or 798745. OLE color: 798745.

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

Color convert

RGB254812-
CMYK0.4800.750.81
HSL98.33º60%11.76%-
HSV(B)98.33º75%18.82%-
XYZ1.522.350.72-
YUV37.02113.88119.43-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 29.41%
GREEN value IS 48 (19.14% from 255) = 56.47%
BLUE value IS 12 (5.08% from 255) = 14.12%
R=29.41%
G=56.47%
B=14.12%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2548120.4800.750.8198.336011.76
Hex1930C3004B51623cc
Octal3160146001131211427414
Binary11001110000110011000001001011101000111000101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19300C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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