Html Css Color HEX #13220D Black Forest

📋 copy color: '#13220D'

red 19 ◦ green 34 ◦ blue 13

#13220D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Forest #13220D

Tints of Black Forest #13220D

RGB

 RED value IS 19 (7.81% from 255) = 28.79%

 GREEN value IS 34 (13.67% from 255) = 51.52%

 BLUE value IS 13 (5.47% from 255) = 19.7%

R = 28.79%
G = 51.52%
B = 19.7%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.62

 K value IS 0.87

RGB Variations

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

Color information

#13220D (or 0x13220D) is known color: Black Forest. HEX triplet: 13, 22 and 0D. RGB value is (19,34,13). Sum of RGB (Red+Green+Blue) = 19+34+13=66 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.79% from 66); Green value is 34 (13.67% from 255 or 51.52% from 66); Blue value is 13 (5.47% from 255 or 19.70% from 66); Max value from RGB is 34 - color contains mainly: green. Hex color #13220D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13220D is #ECDDF2. Grayscale: #1B1B1B. Windows color (decimal): -15523315 or 860691. OLE color: 860691.

HSL color Cylindrical-coordinate representation of color #13220D: hue angle of 102.86º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #13220D is Cyan = 0.44, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.87.

Color convert

RGB 19 34 13 -
CMYK 0.44 0 0.62 0.87
HSL 102.86º 0.45% 0.09% -
HSV(B) 102.86º 0.62% 0.13% -
XYZ 0.91 1.31 0.59 -
YUV 27.12 120.03 122.21 -
System Red Green Blue C M Y K H S L
Decimal 19 34 13 0.44 0 0.62 0.87 102.86 0.45 0.09
Hex 13 22 D 2C 0 3E 57 67 2D 9
Octal 23 42 15 54 0 76 127 147 55 11
Binary 10011 100010 1101 101100 0 111110 1010111 1100111 101101 1001

Color Harmonies of #13220D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13220D

Black with #13220D

Text Example


Text Example

White with #13220D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,34,13); }

 H1.HeaderClassName
 {
   color: #13220D;
 }
 .AnyTagClassName
 {
   color: #13220D;
 }
</style>

background-color css

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

 a { background-color: rgb(19,34,13); }

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

border-color css

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

 span { border-color: rgb(19,34,13); }

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