Html Css Color HEX #13331D Deep Fir

📋 copy color: '#13331D'

red 19 ◦ green 51 ◦ blue 29

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

Shades of Deep Fir #13331D

Tints of Deep Fir #13331D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 51.52%

 BLUE value IS 29 (11.72% from 255) = 29.29%

R = 19.19%
G = 51.52%
B = 29.29%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.43

 K value IS 0.8

RGB Variations

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

Color information

#13331D (or 0x13331D) is known color: Deep Fir. HEX triplet: 13, 33 and 1D. RGB value is (19,51,29). Sum of RGB (Red+Green+Blue) = 19+51+29=99 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19.19% from 99); Green value is 51 (20.31% from 255 or 51.52% from 99); Blue value is 29 (11.72% from 255 or 29.29% from 99); Max value from RGB is 51 - color contains mainly: green. Hex color #13331D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13331D is #ECCCE2. Grayscale: #262626. Windows color (decimal): -15518947 or 1913619. OLE color: 1913619.

HSL color Cylindrical-coordinate representation of color #13331D: hue angle of 138.75º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #13331D is Cyan = 0.63, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.8.

Color convert

RGB 19 51 29 -
CMYK 0.63 0 0.43 0.8
HSL 138.75º 0.46% 0.14% -
HSV(B) 138.75º 0.63% 0.2% -
XYZ 1.67 2.59 1.58 -
YUV 38.92 122.4 113.79 -
System Red Green Blue C M Y K H S L
Decimal 19 51 29 0.63 0 0.43 0.8 138.75 0.46 0.14
Hex 13 33 1D 3F 0 2B 50 8B 2E E
Octal 23 63 35 77 0 53 120 213 56 16
Binary 10011 110011 11101 111111 0 101011 1010000 10001011 101110 1110

Color Harmonies of #13331D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13331D

Black with #13331D

Text Example


Text Example

White with #13331D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,51,29); }

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

background-color css

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

 a { background-color: rgb(19,51,29); }

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

border-color css

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

 span { border-color: rgb(19,51,29); }

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