Html Css Color HEX #0D371F Deep Fir

📋 copy color: '#0D371F'

red 13 ◦ green 55 ◦ blue 31

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

Shades of Deep Fir #0D371F

Tints of Deep Fir #0D371F

RGB

 RED value IS 13 (5.47% from 255) = 13.13%

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

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

R = 13.13%
G = 55.56%
B = 31.31%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.44

 K value IS 0.78

RGB Variations

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

Color information

#0D371F (or 0x0D371F) is known color: Deep Fir. HEX triplet: 0D, 37 and 1F. RGB value is (13,55,31). Sum of RGB (Red+Green+Blue) = 13+55+31=99 (13% of max value = 765). Red value is 13 (5.47% from 255 or 13.13% from 99); Green value is 55 (21.88% from 255 or 55.56% from 99); Blue value is 31 (12.5% from 255 or 31.31% from 99); Max value from RGB is 55 - color contains mainly: green. Hex color #0D371F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D371F is #F2C8E0. Grayscale: #272727. Windows color (decimal): -15911137 or 2045709. OLE color: 2045709.

HSL color Cylindrical-coordinate representation of color #0D371F: hue angle of 145.71º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0D371F is Cyan = 0.76, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.78.

Color convert

RGB 13 55 31 -
CMYK 0.76 0 0.44 0.78
HSL 145.71º 0.62% 0.13% -
HSV(B) 145.71º 0.76% 0.22% -
XYZ 1.78 2.92 1.77 -
YUV 39.71 123.09 108.95 -
System Red Green Blue C M Y K H S L
Decimal 13 55 31 0.76 0 0.44 0.78 145.71 0.62 0.13
Hex D 37 1F 4C 0 2C 4E 92 3E D
Octal 15 67 37 114 0 54 116 222 76 15
Binary 1101 110111 11111 1001100 0 101100 1001110 10010010 111110 1101

Color Harmonies of #0D371F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D371F

Black with #0D371F

Text Example


Text Example

White with #0D371F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D371F; }

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

 H1.HeaderClassName
 {
   color: #0D371F;
 }
 .AnyTagClassName
 {
   color: #0D371F;
 }
</style>

background-color css

<style>
 a { background-color: #0D371F; }

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

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

border-color css

<style>
 span { border-color: #0D371F; }

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

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