Html Css Color HEX #093F1F British Racing Green

📋 copy color: '#093F1F'

red 9 ◦ green 63 ◦ blue 31

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

Shades of British Racing Green #093F1F

Tints of British Racing Green #093F1F

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.1%

R = 8.74%
G = 61.17%
B = 30.1%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.51

 K value IS 0.75

RGB Variations

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

Color information

#093F1F (or 0x093F1F) is known color: 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

RGB 9 63 31 -
CMYK 0.86 0 0.51 0.75
HSL 144.44º 0.75% 0.14% -
HSV(B) 144.44º 0.86% 0.25% -
XYZ 2.14 3.71 1.9 -
YUV 43.21 121.11 103.6 -
System Red Green Blue C M Y K H S L
Decimal 9 63 31 0.86 0 0.51 0.75 144.44 0.75 0.14
Hex 9 3F 1F 56 0 33 4B 90 4B E
Octal 11 77 37 126 0 63 113 220 113 16
Binary 1001 111111 11111 1010110 0 110011 1001011 10010000 1001011 1110

Color Harmonies of #093F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093F1F

Black with #093F1F

Text Example


Text Example

White with #093F1F

Text Example


Text Example

HTML Codes & Css Web 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>