Html Css Color HEX #13210D Black Forest

📋 copy color: '#13210D'

red 19 ◦ green 33 ◦ blue 13

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

Shades of Black Forest #13210D

Tints of Black Forest #13210D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 50.77%

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

R = 29.23%
G = 50.77%
B = 20%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.61

 K value IS 0.87

RGB Variations

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

Color information

#13210D (or 0x13210D) is known color: Black Forest. HEX triplet: 13, 21 and 0D. RGB value is (19,33,13). Sum of RGB (Red+Green+Blue) = 19+33+13=65 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.23% from 65); Green value is 33 (13.28% from 255 or 50.77% from 65); Blue value is 13 (5.47% from 255 or 20% from 65); Max value from RGB is 33 - color contains mainly: green. Hex color #13210D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13210D is #ECDEF2. Grayscale: #1A1A1A. Windows color (decimal): -15523571 or 860435. OLE color: 860435.

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

Color convert

RGB 19 33 13 -
CMYK 0.42 0 0.61 0.87
HSL 102º 0.43% 0.09% -
HSV(B) 102º 0.61% 0.13% -
XYZ 0.89 1.26 0.58 -
YUV 26.53 120.36 122.63 -
System Red Green Blue C M Y K H S L
Decimal 19 33 13 0.42 0 0.61 0.87 102 0.43 0.09
Hex 13 21 D 2A 0 3D 57 66 2B 9
Octal 23 41 15 52 0 75 127 146 53 11
Binary 10011 100001 1101 101010 0 111101 1010111 1100110 101011 1001

Color Harmonies of #13210D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13210D

Black with #13210D

Text Example


Text Example

White with #13210D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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