Html Css Color HEX #09341A Deep Fir

📋 copy color: '#09341A'

red 9 ◦ green 52 ◦ blue 26

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

Shades of Deep Fir #09341A

Tints of Deep Fir #09341A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 29.89%

R = 10.34%
G = 59.77%
B = 29.89%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.50

 K value IS 0.80

RGB Variations

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

Color information

#09341A (or 0x09341A) is known color: Deep Fir. HEX triplet: 09, 34 and 1A. RGB value is (9,52,26). Sum of RGB (Red+Green+Blue) = 9+52+26=87 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.34% from 87); Green value is 52 (20.70% from 255 or 59.77% from 87); Blue value is 26 (10.55% from 255 or 29.89% from 87); Max value from RGB is 52 - color contains mainly: green. Hex color #09341A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09341A is #F6CBE5. Grayscale: #242424. Windows color (decimal): -16174054 or 1717257. OLE color: 1717257.

HSL color Cylindrical-coordinate representation of color #09341A: hue angle of 143.72º 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 #09341A is Cyan = 0.83, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.80.

Color convert

RGB 9 52 26 -
CMYK 0.83 0 0.50 0.80
HSL 143.72º 0.7% 0.12% -
HSV(B) 143.72º 0.83% 0.2% -
XYZ 1.53 2.59 1.4 -
YUV 36.18 122.25 108.61 -
System Red Green Blue C M Y K H S L
Decimal 9 52 26 0.83 0 0.50 0.80 143.72 0.7 0.12
Hex 9 34 1A 53 0 32 50 90 46 C
Octal 11 64 32 123 0 62 120 220 106 14
Binary 1001 110100 11010 1010011 0 110010 1010000 10010000 1000110 1100

Color Harmonies of #09341A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09341A

Black with #09341A

Text Example


Text Example

White with #09341A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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