Html Css Color HEX #0D381F Deep Fir

📋 copy color: '#0D381F'

red 13 ◦ green 56 ◦ blue 31

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

Shades of Deep Fir #0D381F

Tints of Deep Fir #0D381F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 56%

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

R = 13%
G = 56%
B = 31%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.45

 K value IS 0.78

RGB Variations

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

Color information

#0D381F (or 0x0D381F) is known color: Deep Fir. HEX triplet: 0D, 38 and 1F. RGB value is (13,56,31). Sum of RGB (Red+Green+Blue) = 13+56+31=100 (13% of max value = 765). Red value is 13 (5.47% from 255 or 13% from 100); Green value is 56 (22.27% from 255 or 56% from 100); Blue value is 31 (12.5% from 255 or 31% from 100); Max value from RGB is 56 - color contains mainly: green. Hex color #0D381F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D381F is #F2C7E0. Grayscale: #282828. Windows color (decimal): -15910881 or 2045965. OLE color: 2045965.

HSL color Cylindrical-coordinate representation of color #0D381F: hue angle of 145.12º degrees, saturation: 0.62, 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 #0D381F is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.78.

Color convert

RGB 13 56 31 -
CMYK 0.77 0 0.45 0.78
HSL 145.12º 0.62% 0.14% -
HSV(B) 145.12º 0.77% 0.22% -
XYZ 1.83 3.01 1.78 -
YUV 40.29 122.75 108.53 -
System Red Green Blue C M Y K H S L
Decimal 13 56 31 0.77 0 0.45 0.78 145.12 0.62 0.14
Hex D 38 1F 4D 0 2D 4E 91 3E E
Octal 15 70 37 115 0 55 116 221 76 16
Binary 1101 111000 11111 1001101 0 101101 1001110 10010001 111110 1110

Color Harmonies of #0D381F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D381F

Black with #0D381F

Text Example


Text Example

White with #0D381F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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