#13230C

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

Shades of Black Forest #13230C

Tints of Black Forest #13230C

Color information

#13230C (or 0x13230C) is unknown color: approx Black Forest. HEX triplet: 13, 23 and 0C. RGB value is (19,35,12). Sum of RGB (Red+Green+Blue) = 19+35+12=66 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.79% from 66); Green value is 35 (14.06% from 255 or 53.03% from 66); Blue value is 12 (5.08% from 255 or 18.18% from 66); Max value from RGB is 35 - color contains mainly: green. Hex color #13230C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13230C is #ECDCF3. Grayscale: #1B1B1B. Windows color (decimal): -15523060 or 795411. OLE color: 795411.

HSL color Cylindrical-coordinate representation of color #13230C: hue angle of 101.74º degrees, saturation: 0.49, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #13230C is Cyan = 0.46, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.86.

Color convert

RGB193512-
CMYK0.4600.660.86
HSL101.74º48.94%9.22%-
HSV(B)101.74º65.71%13.73%-
XYZ0.941.370.56-
YUV27.59119.2121.87-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 28.79%
GREEN value IS 35 (14.06% from 255) = 53.03%
BLUE value IS 12 (5.08% from 255) = 18.18%
R=28.79%
G=53.03%
B=18.18%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1935120.4600.660.86101.7448.949.22
Hex1323C2E0425666319
Octal2343145601021261466111
Binary10011100011110010111001000010101011011001101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13230C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,35,12); }

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

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

 a { background-color: rgb(19,35,12); }

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

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

 span { border-color: rgb(19,35,12); }

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