Html Css Color HEX #0F3821 Deep Fir

📋 copy color: '#0F3821'

red 15 ◦ green 56 ◦ blue 33

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

Shades of Deep Fir #0F3821

Tints of Deep Fir #0F3821

RGB

 RED value IS 15 (6.25% from 255) = 14.42%

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

 BLUE value IS 33 (13.28% from 255) = 31.73%

R = 14.42%
G = 53.85%
B = 31.73%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.41

 K value IS 0.78

RGB Variations

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

Color information

#0F3821 (or 0x0F3821) is known color: Deep Fir. HEX triplet: 0F, 38 and 21. RGB value is (15,56,33). Sum of RGB (Red+Green+Blue) = 15+56+33=104 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.42% from 104); Green value is 56 (22.27% from 255 or 53.85% from 104); Blue value is 33 (13.28% from 255 or 31.73% from 104); Max value from RGB is 56 - color contains mainly: green. Hex color #0F3821 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3821 is #F0C7DE. Grayscale: #292929. Windows color (decimal): -15779807 or 2177039. OLE color: 2177039.

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

Color convert

RGB 15 56 33 -
CMYK 0.73 0 0.41 0.78
HSL 146.34º 0.58% 0.14% -
HSV(B) 146.34º 0.73% 0.22% -
XYZ 1.89 3.04 1.93 -
YUV 41.12 123.42 109.37 -
System Red Green Blue C M Y K H S L
Decimal 15 56 33 0.73 0 0.41 0.78 146.34 0.58 0.14
Hex F 38 21 49 0 29 4E 92 3A E
Octal 17 70 41 111 0 51 116 222 72 16
Binary 1111 111000 100001 1001001 0 101001 1001110 10010010 111010 1110

Color Harmonies of #0F3821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3821

Black with #0F3821

Text Example


Text Example

White with #0F3821

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,56,33); }

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

background-color css

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

 a { background-color: rgb(15,56,33); }

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

border-color css

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

 span { border-color: rgb(15,56,33); }

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