#093F1F

Color #093F1F British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #093F1F

Tints of British Racing Green #093F1F

Color information

#093F1F (or 0x093F1F) is unknown color: approx British Racing Green. HEX triplet: 09, 3F and 1F. RGB value is (9,63,31). Sum of RGB (Red+Green+Blue) = 9+63+31=103 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.74% from 103); Green value is 63 (25% from 255 or 61.17% from 103); Blue value is 31 (12.5% from 255 or 30.10% from 103); Max value from RGB is 63 - color contains mainly: green. Hex color #093F1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093F1F is #F6C0E0. Grayscale: #2B2B2B. Windows color (decimal): -16171233 or 2047753. OLE color: 2047753.

HSL color Cylindrical-coordinate representation of color #093F1F: hue angle of 144.44º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #093F1F is Cyan = 0.86, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.75.

Color convert

RGB96331-
CMYK0.8600.510.75
HSL144.44º75%14.12%-
HSV(B)144.44º85.71%24.71%-
XYZ2.143.711.9-
YUV43.21121.11103.6-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.74%
GREEN value IS 63 (25% from 255) = 61.17%
BLUE value IS 31 (12.5% from 255) = 30.10%
R=8.74%
G=61.17%
B=30.10%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal963310.8600.510.75144.447514.12
Hex93F1F560334B904be
Octal11773712606311322011316
Binary1001111111111111010110011001110010111001000010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,63,31); }

 H1.HeaderClassName
 {
   color: #093F1F;
 }
 .AnyTagClassName
 {
   color: #093F1F;
 }
</style>
background-color css

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

 a { background-color: rgb(9,63,31); }

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

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

 span { border-color: rgb(9,63,31); }

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