#09381F

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

Shades of British Racing Green #09381F

Tints of British Racing Green #09381F

Color information

#09381F (or 0x09381F) is unknown color: approx British Racing Green. HEX triplet: 09, 38 and 1F. RGB value is (9,56,31). Sum of RGB (Red+Green+Blue) = 9+56+31=96 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.38% from 96); Green value is 56 (22.27% from 255 or 58.33% from 96); Blue value is 31 (12.5% from 255 or 32.29% from 96); Max value from RGB is 56 - color contains mainly: green. Hex color #09381F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09381F is #F6C7E0. Grayscale: #272727. Windows color (decimal): -16173025 or 2045961. OLE color: 2045961.

HSL color Cylindrical-coordinate representation of color #09381F: hue angle of 148.09º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #09381F is Cyan = 0.84, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.78.

Color convert

RGB95631-
CMYK0.8400.450.78
HSL148.09º72.31%12.75%-
HSV(B)148.09º83.93%21.96%-
XYZ1.772.991.78-
YUV39.1123.43106.53-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.38%
GREEN value IS 56 (22.27% from 255) = 58.33%
BLUE value IS 31 (12.5% from 255) = 32.29%
R=9.38%
G=58.33%
B=32.29%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal956310.8400.450.78148.0972.3112.75
Hex9381F5402D4E9448d
Octal11703712405511622411015
Binary1001111000111111010100010110110011101001010010010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09381F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09381F; }

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

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

<style>
 a { background-color: #09381F; }

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

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

<style>
 span { border-color: #09381F; }

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

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