Html Css Color HEX #0D2315 Deep Fir

📋 copy color: '#0D2315'

red 13 ◦ green 35 ◦ blue 21

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

Shades of Deep Fir #0D2315

Tints of Deep Fir #0D2315

RGB

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

 GREEN value IS 35 (14.06% from 255) = 50.72%

 BLUE value IS 21 (8.59% from 255) = 30.43%

R = 18.84%
G = 50.72%
B = 30.43%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.40

 K value IS 0.86

RGB Variations

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

Color information

#0D2315 (or 0x0D2315) is known color: Deep Fir. HEX triplet: 0D, 23 and 15. RGB value is (13,35,21). Sum of RGB (Red+Green+Blue) = 13+35+21=69 (9% of max value = 765). Red value is 13 (5.47% from 255 or 18.84% from 69); Green value is 35 (14.06% from 255 or 50.72% from 69); Blue value is 21 (8.59% from 255 or 30.43% from 69); Max value from RGB is 35 - color contains mainly: green. Hex color #0D2315 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2315 is #F2DCEA. Grayscale: #1A1A1A. Windows color (decimal): -15916267 or 1385229. OLE color: 1385229.

HSL color Cylindrical-coordinate representation of color #0D2315: hue angle of 141.82º degrees, saturation: 0.46, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #0D2315 is Cyan = 0.63, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.86.

Color convert

RGB 13 35 21 -
CMYK 0.63 0 0.40 0.86
HSL 141.82º 0.46% 0.09% -
HSV(B) 141.82º 0.63% 0.14% -
XYZ 0.9 1.34 0.92 -
YUV 26.83 124.71 118.14 -
System Red Green Blue C M Y K H S L
Decimal 13 35 21 0.63 0 0.40 0.86 141.82 0.46 0.09
Hex D 23 15 3F 0 28 56 8E 2E 9
Octal 15 43 25 77 0 50 126 216 56 11
Binary 1101 100011 10101 111111 0 101000 1010110 10001110 101110 1001

Color Harmonies of #0D2315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2315

Black with #0D2315

Text Example


Text Example

White with #0D2315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,35,21); }

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

background-color css

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

 a { background-color: rgb(13,35,21); }

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

border-color css

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

 span { border-color: rgb(13,35,21); }

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