Html Css Color HEX #09341B Deep Fir

📋 copy color: '#09341B'

red 9 ◦ green 52 ◦ blue 27

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

Shades of Deep Fir #09341B

Tints of Deep Fir #09341B

RGB

 RED value IS 9 (3.91% from 255) = 10.23%

 GREEN value IS 52 (20.7% from 255) = 59.09%

 BLUE value IS 27 (10.94% from 255) = 30.68%

R = 10.23%
G = 59.09%
B = 30.68%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.48

 K value IS 0.80

RGB Variations

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

Color information

#09341B (or 0x09341B) is known color: Deep Fir. HEX triplet: 09, 34 and 1B. RGB value is (9,52,27). Sum of RGB (Red+Green+Blue) = 9+52+27=88 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.23% from 88); Green value is 52 (20.70% from 255 or 59.09% from 88); Blue value is 27 (10.94% from 255 or 30.68% from 88); Max value from RGB is 52 - color contains mainly: green. Hex color #09341B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09341B is #F6CBE4. Grayscale: #242424. Windows color (decimal): -16174053 or 1782793. OLE color: 1782793.

HSL color Cylindrical-coordinate representation of color #09341B: hue angle of 145.12º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #09341B is Cyan = 0.83, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.80.

Color convert

RGB 9 52 27 -
CMYK 0.83 0 0.48 0.80
HSL 145.12º 0.7% 0.12% -
HSV(B) 145.12º 0.83% 0.2% -
XYZ 1.54 2.59 1.46 -
YUV 36.29 122.75 108.53 -
System Red Green Blue C M Y K H S L
Decimal 9 52 27 0.83 0 0.48 0.80 145.12 0.7 0.12
Hex 9 34 1B 53 0 30 50 91 46 C
Octal 11 64 33 123 0 60 120 221 106 14
Binary 1001 110100 11011 1010011 0 110000 1010000 10010001 1000110 1100

Color Harmonies of #09341B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09341B

Black with #09341B

Text Example


Text Example

White with #09341B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09341B; }

 p { color: rgb(9,52,27); }

 H1.HeaderClassName
 {
   color: #09341B;
 }
 .AnyTagClassName
 {
   color: #09341B;
 }
</style>

background-color css

<style>
 a { background-color: #09341B; }

 a { background-color: rgb(9,52,27); }

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

border-color css

<style>
 span { border-color: #09341B; }

 span { border-color: rgb(9,52,27); }

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