Html Css Color HEX #093A1B Deep Fir

📋 copy color: '#093A1B'

red 9 ◦ green 58 ◦ blue 27

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

Shades of Deep Fir #093A1B

Tints of Deep Fir #093A1B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 61.7%

 BLUE value IS 27 (10.94% from 255) = 28.72%

R = 9.57%
G = 61.7%
B = 28.72%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.53

 K value IS 0.77

RGB Variations

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

Color information

#093A1B (or 0x093A1B) is known color: Deep Fir. HEX triplet: 09, 3A and 1B. RGB value is (9,58,27). Sum of RGB (Red+Green+Blue) = 9+58+27=94 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.57% from 94); Green value is 58 (23.05% from 255 or 61.70% from 94); Blue value is 27 (10.94% from 255 or 28.72% from 94); Max value from RGB is 58 - color contains mainly: green. Hex color #093A1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093A1B is #F6C5E4. Grayscale: #272727. Windows color (decimal): -16172517 or 1784329. OLE color: 1784329.

HSL color Cylindrical-coordinate representation of color #093A1B: hue angle of 142.04º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #093A1B is Cyan = 0.84, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.77.

Color convert

RGB 9 58 27 -
CMYK 0.84 0 0.53 0.77
HSL 142.04º 0.73% 0.13% -
HSV(B) 142.04º 0.84% 0.23% -
XYZ 1.82 3.16 1.55 -
YUV 39.82 120.77 106.02 -
System Red Green Blue C M Y K H S L
Decimal 9 58 27 0.84 0 0.53 0.77 142.04 0.73 0.13
Hex 9 3A 1B 54 0 35 4D 8E 49 D
Octal 11 72 33 124 0 65 115 216 111 15
Binary 1001 111010 11011 1010100 0 110101 1001101 10001110 1001001 1101

Color Harmonies of #093A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093A1B

Black with #093A1B

Text Example


Text Example

White with #093A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093A1B; }

 p { color: rgb(9,58,27); }

 H1.HeaderClassName
 {
   color: #093A1B;
 }
 .AnyTagClassName
 {
   color: #093A1B;
 }
</style>

background-color css

<style>
 a { background-color: #093A1B; }

 a { background-color: rgb(9,58,27); }

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

border-color css

<style>
 span { border-color: #093A1B; }

 span { border-color: rgb(9,58,27); }

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