Html Css Color HEX #092C13 Deep Fir

📋 copy color: '#092C13'

red 9 ◦ green 44 ◦ blue 19

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

Shades of Deep Fir #092C13

Tints of Deep Fir #092C13

RGB

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

 GREEN value IS 44 (17.58% from 255) = 61.11%

 BLUE value IS 19 (7.81% from 255) = 26.39%

R = 12.5%
G = 61.11%
B = 26.39%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.57

 K value IS 0.83

RGB Variations

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

Color information

#092C13 (or 0x092C13) is known color: Deep Fir. HEX triplet: 09, 2C and 13. RGB value is (9,44,19). Sum of RGB (Red+Green+Blue) = 9+44+19=72 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.5% from 72); Green value is 44 (17.58% from 255 or 61.11% from 72); Blue value is 19 (7.81% from 255 or 26.39% from 72); Max value from RGB is 44 - color contains mainly: green. Hex color #092C13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092C13 is #F6D3EC. Grayscale: #1E1E1E. Windows color (decimal): -16176109 or 1256457. OLE color: 1256457.

HSL color Cylindrical-coordinate representation of color #092C13: hue angle of 137.14º degrees, saturation: 0.66, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #092C13 is Cyan = 0.80, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.83.

Color convert

RGB 9 44 19 -
CMYK 0.80 0 0.57 0.83
HSL 137.14º 0.66% 0.1% -
HSV(B) 137.14º 0.8% 0.17% -
XYZ 1.13 1.91 0.92 -
YUV 30.69 121.4 112.53 -
System Red Green Blue C M Y K H S L
Decimal 9 44 19 0.80 0 0.57 0.83 137.14 0.66 0.1
Hex 9 2C 13 50 0 39 53 89 42 A
Octal 11 54 23 120 0 71 123 211 102 12
Binary 1001 101100 10011 1010000 0 111001 1010011 10001001 1000010 1010

Color Harmonies of #092C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092C13

Black with #092C13

Text Example


Text Example

White with #092C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092C13; }

 p { color: rgb(9,44,19); }

 H1.HeaderClassName
 {
   color: #092C13;
 }
 .AnyTagClassName
 {
   color: #092C13;
 }
</style>

background-color css

<style>
 a { background-color: #092C13; }

 a { background-color: rgb(9,44,19); }

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

border-color css

<style>
 span { border-color: #092C13; }

 span { border-color: rgb(9,44,19); }

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