Html Css Color HEX #0D361D Deep Fir

📋 copy color: '#0D361D'

red 13 ◦ green 54 ◦ blue 29

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

Shades of Deep Fir #0D361D

Tints of Deep Fir #0D361D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 56.25%

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

R = 13.54%
G = 56.25%
B = 30.21%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.46

 K value IS 0.79

RGB Variations

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

Color information

#0D361D (or 0x0D361D) is known color: Deep Fir. HEX triplet: 0D, 36 and 1D. RGB value is (13,54,29). Sum of RGB (Red+Green+Blue) = 13+54+29=96 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.54% from 96); Green value is 54 (21.48% from 255 or 56.25% from 96); Blue value is 29 (11.72% from 255 or 30.21% from 96); Max value from RGB is 54 - color contains mainly: green. Hex color #0D361D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D361D is #F2C9E2. Grayscale: #262626. Windows color (decimal): -15911395 or 1914381. OLE color: 1914381.

HSL color Cylindrical-coordinate representation of color #0D361D: hue angle of 143.41º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0D361D is Cyan = 0.76, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.79.

Color convert

RGB 13 54 29 -
CMYK 0.76 0 0.46 0.79
HSL 143.41º 0.61% 0.13% -
HSV(B) 143.41º 0.76% 0.21% -
XYZ 1.71 2.81 1.62 -
YUV 38.89 122.42 109.53 -
System Red Green Blue C M Y K H S L
Decimal 13 54 29 0.76 0 0.46 0.79 143.41 0.61 0.13
Hex D 36 1D 4C 0 2E 4F 8F 3D D
Octal 15 66 35 114 0 56 117 217 75 15
Binary 1101 110110 11101 1001100 0 101110 1001111 10001111 111101 1101

Color Harmonies of #0D361D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D361D

Black with #0D361D

Text Example


Text Example

White with #0D361D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,54,29); }

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

background-color css

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

 a { background-color: rgb(13,54,29); }

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

border-color css

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

 span { border-color: rgb(13,54,29); }

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