Html Css Color HEX #0A481D Deep Fir

📋 copy color: '#0A481D'

red 10 ◦ green 72 ◦ blue 29

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

Shades of Deep Fir #0A481D

Tints of Deep Fir #0A481D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 64.86%

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

R = 9.01%
G = 64.86%
B = 26.13%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.60

 K value IS 0.72

RGB Variations

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

Color information

#0A481D (or 0x0A481D) is known color: Deep Fir. HEX triplet: 0A, 48 and 1D. RGB value is (10,72,29). Sum of RGB (Red+Green+Blue) = 10+72+29=111 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.01% from 111); Green value is 72 (28.52% from 255 or 64.86% from 111); Blue value is 29 (11.72% from 255 or 26.13% from 111); Max value from RGB is 72 - color contains mainly: green. Hex color #0A481D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A481D is #F5B7E2. Grayscale: #303030. Windows color (decimal): -16103395 or 1918986. OLE color: 1918986.

HSL color Cylindrical-coordinate representation of color #0A481D: hue angle of 138.39º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A481D is Cyan = 0.86, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.72.

Color convert

RGB 10 72 29 -
CMYK 0.86 0 0.60 0.72
HSL 138.39º 0.76% 0.16% -
HSV(B) 138.39º 0.86% 0.28% -
XYZ 2.66 4.79 1.95 -
YUV 48.56 116.96 100.5 -
System Red Green Blue C M Y K H S L
Decimal 10 72 29 0.86 0 0.60 0.72 138.39 0.76 0.16
Hex A 48 1D 56 0 3C 48 8A 4C 10
Octal 12 110 35 126 0 74 110 212 114 20
Binary 1010 1001000 11101 1010110 0 111100 1001000 10001010 1001100 10000

Color Harmonies of #0A481D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A481D

Black with #0A481D

Text Example


Text Example

White with #0A481D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,72,29); }

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

background-color css

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

 a { background-color: rgb(10,72,29); }

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

border-color css

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

 span { border-color: rgb(10,72,29); }

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