Html Css Color HEX #092A13 Deep Fir

📋 copy color: '#092A13'

red 9 ◦ green 42 ◦ blue 19

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

Shades of Deep Fir #092A13

Tints of Deep Fir #092A13

RGB

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

 GREEN value IS 42 (16.8% from 255) = 60%

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

R = 12.86%
G = 60%
B = 27.14%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.55

 K value IS 0.84

RGB Variations

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

Color information

#092A13 (or 0x092A13) is known color: Deep Fir. HEX triplet: 09, 2A and 13. RGB value is (9,42,19). Sum of RGB (Red+Green+Blue) = 9+42+19=70 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.86% from 70); Green value is 42 (16.80% from 255 or 60% from 70); Blue value is 19 (7.81% from 255 or 27.14% from 70); Max value from RGB is 42 - color contains mainly: green. Hex color #092A13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092A13 is #F6D5EC. Grayscale: #1D1D1D. Windows color (decimal): -16176621 or 1255945. OLE color: 1255945.

HSL color Cylindrical-coordinate representation of color #092A13: hue angle of 138.18º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #092A13 is Cyan = 0.79, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.84.

Color convert

RGB 9 42 19 -
CMYK 0.79 0 0.55 0.84
HSL 138.18º 0.65% 0.1% -
HSV(B) 138.18º 0.79% 0.16% -
XYZ 1.06 1.76 0.9 -
YUV 29.51 122.07 113.37 -
System Red Green Blue C M Y K H S L
Decimal 9 42 19 0.79 0 0.55 0.84 138.18 0.65 0.1
Hex 9 2A 13 4F 0 37 54 8A 41 A
Octal 11 52 23 117 0 67 124 212 101 12
Binary 1001 101010 10011 1001111 0 110111 1010100 10001010 1000001 1010

Color Harmonies of #092A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092A13

Black with #092A13

Text Example


Text Example

White with #092A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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