Html Css Color HEX #13331F Deep Fir

📋 copy color: '#13331F'

red 19 ◦ green 51 ◦ blue 31

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

Shades of Deep Fir #13331F

Tints of Deep Fir #13331F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 30.69%

R = 18.81%
G = 50.5%
B = 30.69%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.39

 K value IS 0.8

RGB Variations

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

Color information

#13331F (or 0x13331F) is known color: Deep Fir. HEX triplet: 13, 33 and 1F. RGB value is (19,51,31). Sum of RGB (Red+Green+Blue) = 19+51+31=101 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.81% from 101); Green value is 51 (20.31% from 255 or 50.50% from 101); Blue value is 31 (12.5% from 255 or 30.69% from 101); Max value from RGB is 51 - color contains mainly: green. Hex color #13331F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13331F is #ECCCE0. Grayscale: #272727. Windows color (decimal): -15518945 or 2044691. OLE color: 2044691.

HSL color Cylindrical-coordinate representation of color #13331F: hue angle of 142.5º 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 #13331F is Cyan = 0.63, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.8.

Color convert

RGB 19 51 31 -
CMYK 0.63 0 0.39 0.8
HSL 142.5º 0.46% 0.14% -
HSV(B) 142.5º 0.63% 0.2% -
XYZ 1.7 2.61 1.71 -
YUV 39.15 123.4 113.63 -
System Red Green Blue C M Y K H S L
Decimal 19 51 31 0.63 0 0.39 0.8 142.5 0.46 0.14
Hex 13 33 1F 3F 0 27 50 8E 2E E
Octal 23 63 37 77 0 47 120 216 56 16
Binary 10011 110011 11111 111111 0 100111 1010000 10001110 101110 1110

Color Harmonies of #13331F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13331F

Black with #13331F

Text Example


Text Example

White with #13331F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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