Html Css Color HEX #0A310F Deep Fir

📋 copy color: '#0A310F'

red 10 ◦ green 49 ◦ blue 15

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

Shades of Deep Fir #0A310F

Tints of Deep Fir #0A310F

RGB

 RED value IS 10 (4.3% from 255) = 13.51%

 GREEN value IS 49 (19.53% from 255) = 66.22%

 BLUE value IS 15 (6.25% from 255) = 20.27%

R = 13.51%
G = 66.22%
B = 20.27%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.69

 K value IS 0.81

RGB Variations

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

Color information

#0A310F (or 0x0A310F) is known color: Deep Fir. HEX triplet: 0A, 31 and 0F. RGB value is (10,49,15). Sum of RGB (Red+Green+Blue) = 10+49+15=74 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.51% from 74); Green value is 49 (19.53% from 255 or 66.22% from 74); Blue value is 15 (6.25% from 255 or 20.27% from 74); Max value from RGB is 49 - color contains mainly: green. Hex color #0A310F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A310F is #F5CEF0. Grayscale: #212121. Windows color (decimal): -16109297 or 995594. OLE color: 995594.

HSL color Cylindrical-coordinate representation of color #0A310F: hue angle of 127.69º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0A310F is Cyan = 0.80, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.81.

Color convert

RGB 10 49 15 -
CMYK 0.80 0 0.69 0.81
HSL 127.69º 0.66% 0.12% -
HSV(B) 127.69º 0.8% 0.19% -
XYZ 1.31 2.3 0.83 -
YUV 33.46 117.58 111.26 -
System Red Green Blue C M Y K H S L
Decimal 10 49 15 0.80 0 0.69 0.81 127.69 0.66 0.12
Hex A 31 F 50 0 45 51 80 42 C
Octal 12 61 17 120 0 105 121 200 102 14
Binary 1010 110001 1111 1010000 0 1000101 1010001 10000000 1000010 1100

Color Harmonies of #0A310F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A310F

Black with #0A310F

Text Example


Text Example

White with #0A310F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,49,15); }

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

background-color css

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

 a { background-color: rgb(10,49,15); }

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

border-color css

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

 span { border-color: rgb(10,49,15); }

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