Html Css Color HEX #10371F Deep Fir

📋 copy color: '#10371F'

red 16 ◦ green 55 ◦ blue 31

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

Shades of Deep Fir #10371F

Tints of Deep Fir #10371F

RGB

 RED value IS 16 (6.64% from 255) = 15.69%

 GREEN value IS 55 (21.88% from 255) = 53.92%

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

R = 15.69%
G = 53.92%
B = 30.39%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.44

 K value IS 0.78

RGB Variations

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

Color information

#10371F (or 0x10371F) is known color: Deep Fir. HEX triplet: 10, 37 and 1F. RGB value is (16,55,31). Sum of RGB (Red+Green+Blue) = 16+55+31=102 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.69% from 102); Green value is 55 (21.88% from 255 or 53.92% from 102); Blue value is 31 (12.5% from 255 or 30.39% from 102); Max value from RGB is 55 - color contains mainly: green. Hex color #10371F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10371F is #EFC8E0. Grayscale: #282828. Windows color (decimal): -15714529 or 2045712. OLE color: 2045712.

HSL color Cylindrical-coordinate representation of color #10371F: hue angle of 143.08º degrees, saturation: 0.55, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #10371F is Cyan = 0.71, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.78.

Color convert

RGB 16 55 31 -
CMYK 0.71 0 0.44 0.78
HSL 143.08º 0.55% 0.14% -
HSV(B) 143.08º 0.71% 0.22% -
XYZ 1.83 2.94 1.77 -
YUV 40.6 122.58 110.45 -
System Red Green Blue C M Y K H S L
Decimal 16 55 31 0.71 0 0.44 0.78 143.08 0.55 0.14
Hex 10 37 1F 47 0 2C 4E 8F 37 E
Octal 20 67 37 107 0 54 116 217 67 16
Binary 10000 110111 11111 1000111 0 101100 1001110 10001111 110111 1110

Color Harmonies of #10371F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10371F

Black with #10371F

Text Example


Text Example

White with #10371F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,55,31); }

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

background-color css

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

 a { background-color: rgb(16,55,31); }

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

border-color css

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

 span { border-color: rgb(16,55,31); }

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