Html Css Color HEX #0D351D Deep Fir

📋 copy color: '#0D351D'

red 13 ◦ green 53 ◦ blue 29

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

Shades of Deep Fir #0D351D

Tints of Deep Fir #0D351D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 55.79%

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

R = 13.68%
G = 55.79%
B = 30.53%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.45

 K value IS 0.79

RGB Variations

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

Color information

#0D351D (or 0x0D351D) is known color: Deep Fir. HEX triplet: 0D, 35 and 1D. RGB value is (13,53,29). Sum of RGB (Red+Green+Blue) = 13+53+29=95 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.68% from 95); Green value is 53 (21.09% from 255 or 55.79% from 95); Blue value is 29 (11.72% from 255 or 30.53% from 95); Max value from RGB is 53 - color contains mainly: green. Hex color #0D351D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D351D is #F2CAE2. Grayscale: #262626. Windows color (decimal): -15911651 or 1914125. OLE color: 1914125.

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

Color convert

RGB 13 53 29 -
CMYK 0.75 0 0.45 0.79
HSL 144º 0.61% 0.13% -
HSV(B) 144º 0.75% 0.21% -
XYZ 1.66 2.72 1.6 -
YUV 38.3 122.75 109.95 -
System Red Green Blue C M Y K H S L
Decimal 13 53 29 0.75 0 0.45 0.79 144 0.61 0.13
Hex D 35 1D 4B 0 2D 4F 90 3D D
Octal 15 65 35 113 0 55 117 220 75 15
Binary 1101 110101 11101 1001011 0 101101 1001111 10010000 111101 1101

Color Harmonies of #0D351D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D351D

Black with #0D351D

Text Example


Text Example

White with #0D351D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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