Html Css Color HEX #0A3318 Deep Fir

📋 copy color: '#0A3318'

red 10 ◦ green 51 ◦ blue 24

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

Shades of Deep Fir #0A3318

Tints of Deep Fir #0A3318

RGB

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

 GREEN value IS 51 (20.31% from 255) = 60%

 BLUE value IS 24 (9.77% from 255) = 28.24%

R = 11.76%
G = 60%
B = 28.24%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.53

 K value IS 0.8

RGB Variations

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

Color information

#0A3318 (or 0x0A3318) is known color: Deep Fir. HEX triplet: 0A, 33 and 18. RGB value is (10,51,24). Sum of RGB (Red+Green+Blue) = 10+51+24=85 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.76% from 85); Green value is 51 (20.31% from 255 or 60% from 85); Blue value is 24 (9.77% from 255 or 28.24% from 85); Max value from RGB is 51 - color contains mainly: green. Hex color #0A3318 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A3318 is #F5CCE7. Grayscale: #232323. Windows color (decimal): -16108776 or 1585930. OLE color: 1585930.

HSL color Cylindrical-coordinate representation of color #0A3318: hue angle of 140.49º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0A3318 is Cyan = 0.80, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.8.

Color convert

RGB 10 51 24 -
CMYK 0.80 0 0.53 0.8
HSL 140.49º 0.67% 0.12% -
HSV(B) 140.49º 0.8% 0.2% -
XYZ 1.47 2.5 1.27 -
YUV 35.66 121.42 109.7 -
System Red Green Blue C M Y K H S L
Decimal 10 51 24 0.80 0 0.53 0.8 140.49 0.67 0.12
Hex A 33 18 50 0 35 50 8C 43 C
Octal 12 63 30 120 0 65 120 214 103 14
Binary 1010 110011 11000 1010000 0 110101 1010000 10001100 1000011 1100

Color Harmonies of #0A3318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3318

Black with #0A3318

Text Example


Text Example

White with #0A3318

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,51,24); }

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

background-color css

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

 a { background-color: rgb(10,51,24); }

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

border-color css

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

 span { border-color: rgb(10,51,24); }

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