Html Css Color HEX #0D391B Deep Fir

📋 copy color: '#0D391B'

red 13 ◦ green 57 ◦ blue 27

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

Shades of Deep Fir #0D391B

Tints of Deep Fir #0D391B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 58.76%

 BLUE value IS 27 (10.94% from 255) = 27.84%

R = 13.4%
G = 58.76%
B = 27.84%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.53

 K value IS 0.78

RGB Variations

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

Color information

#0D391B (or 0x0D391B) is known color: Deep Fir. HEX triplet: 0D, 39 and 1B. RGB value is (13,57,27). Sum of RGB (Red+Green+Blue) = 13+57+27=97 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.40% from 97); Green value is 57 (22.66% from 255 or 58.76% from 97); Blue value is 27 (10.94% from 255 or 27.84% from 97); Max value from RGB is 57 - color contains mainly: green. Hex color #0D391B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D391B is #F2C6E4. Grayscale: #282828. Windows color (decimal): -15910629 or 1784077. OLE color: 1784077.

HSL color Cylindrical-coordinate representation of color #0D391B: hue angle of 139.09º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0D391B is Cyan = 0.77, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.78.

Color convert

RGB 13 57 27 -
CMYK 0.77 0 0.53 0.78
HSL 139.09º 0.63% 0.14% -
HSV(B) 139.09º 0.77% 0.22% -
XYZ 1.83 3.09 1.54 -
YUV 40.42 120.42 108.44 -
System Red Green Blue C M Y K H S L
Decimal 13 57 27 0.77 0 0.53 0.78 139.09 0.63 0.14
Hex D 39 1B 4D 0 35 4E 8B 3F E
Octal 15 71 33 115 0 65 116 213 77 16
Binary 1101 111001 11011 1001101 0 110101 1001110 10001011 111111 1110

Color Harmonies of #0D391B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D391B

Black with #0D391B

Text Example


Text Example

White with #0D391B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,57,27); }

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

background-color css

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

 a { background-color: rgb(13,57,27); }

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

border-color css

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

 span { border-color: rgb(13,57,27); }

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