Html Css Color HEX #09381D Deep Fir

📋 copy color: '#09381D'

red 9 ◦ green 56 ◦ blue 29

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

Shades of Deep Fir #09381D

Tints of Deep Fir #09381D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 30.85%

R = 9.57%
G = 59.57%
B = 30.85%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.48

 K value IS 0.78

RGB Variations

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

Color information

#09381D (or 0x09381D) is known color: Deep Fir. HEX triplet: 09, 38 and 1D. RGB value is (9,56,29). Sum of RGB (Red+Green+Blue) = 9+56+29=94 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.57% from 94); Green value is 56 (22.27% from 255 or 59.57% from 94); Blue value is 29 (11.72% from 255 or 30.85% from 94); Max value from RGB is 56 - color contains mainly: green. Hex color #09381D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09381D is #F6C7E2. Grayscale: #262626. Windows color (decimal): -16173027 or 1914889. OLE color: 1914889.

HSL color Cylindrical-coordinate representation of color #09381D: hue angle of 145.53º 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 #09381D is Cyan = 0.84, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.78.

Color convert

RGB 9 56 29 -
CMYK 0.84 0 0.48 0.78
HSL 145.53º 0.72% 0.13% -
HSV(B) 145.53º 0.84% 0.22% -
XYZ 1.75 2.98 1.64 -
YUV 38.87 122.43 106.7 -
System Red Green Blue C M Y K H S L
Decimal 9 56 29 0.84 0 0.48 0.78 145.53 0.72 0.13
Hex 9 38 1D 54 0 30 4E 92 48 D
Octal 11 70 35 124 0 60 116 222 110 15
Binary 1001 111000 11101 1010100 0 110000 1001110 10010010 1001000 1101

Color Harmonies of #09381D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09381D

Black with #09381D

Text Example


Text Example

White with #09381D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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