Html Css Color HEX #09381C Deep Fir

📋 copy color: '#09381C'

red 9 ◦ green 56 ◦ blue 28

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

Shades of Deep Fir #09381C

Tints of Deep Fir #09381C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 30.11%

R = 9.68%
G = 60.22%
B = 30.11%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.50

 K value IS 0.78

RGB Variations

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

Color information

#09381C (or 0x09381C) is known color: Deep Fir. HEX triplet: 09, 38 and 1C. RGB value is (9,56,28). Sum of RGB (Red+Green+Blue) = 9+56+28=93 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.68% from 93); Green value is 56 (22.27% from 255 or 60.22% from 93); Blue value is 28 (11.33% from 255 or 30.11% from 93); Max value from RGB is 56 - color contains mainly: green. Hex color #09381C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09381C is #F6C7E3. Grayscale: #262626. Windows color (decimal): -16173028 or 1849353. OLE color: 1849353.

HSL color Cylindrical-coordinate representation of color #09381C: hue angle of 144.26º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #09381C is Cyan = 0.84, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.78.

Color convert

RGB 9 56 28 -
CMYK 0.84 0 0.50 0.78
HSL 144.26º 0.72% 0.13% -
HSV(B) 144.26º 0.84% 0.22% -
XYZ 1.74 2.97 1.58 -
YUV 38.76 121.93 106.78 -
System Red Green Blue C M Y K H S L
Decimal 9 56 28 0.84 0 0.50 0.78 144.26 0.72 0.13
Hex 9 38 1C 54 0 32 4E 90 48 D
Octal 11 70 34 124 0 62 116 220 110 15
Binary 1001 111000 11100 1010100 0 110010 1001110 10010000 1001000 1101

Color Harmonies of #09381C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09381C

Black with #09381C

Text Example


Text Example

White with #09381C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09381C; }

 p { color: rgb(9,56,28); }

 H1.HeaderClassName
 {
   color: #09381C;
 }
 .AnyTagClassName
 {
   color: #09381C;
 }
</style>

background-color css

<style>
 a { background-color: #09381C; }

 a { background-color: rgb(9,56,28); }

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

border-color css

<style>
 span { border-color: #09381C; }

 span { border-color: rgb(9,56,28); }

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