#09381E

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

Shades of British Racing Green #09381E

Tints of British Racing Green #09381E

Color information

#09381E (or 0x09381E) is unknown color: approx British Racing Green. HEX triplet: 09, 38 and 1E. RGB value is (9,56,30). Sum of RGB (Red+Green+Blue) = 9+56+30=95 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.47% from 95); Green value is 56 (22.27% from 255 or 58.95% from 95); Blue value is 30 (12.11% from 255 or 31.58% from 95); Max value from RGB is 56 - color contains mainly: green. Hex color #09381E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09381E is #F6C7E1. Grayscale: #272727. Windows color (decimal): -16173026 or 1980425. OLE color: 1980425.

HSL color Cylindrical-coordinate representation of color #09381E: hue angle of 146.81º 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 #09381E is Cyan = 0.84, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.78.

Color convert

RGB95630-
CMYK0.8400.460.78
HSL146.81º72.31%12.75%-
HSV(B)146.81º83.93%21.96%-
XYZ1.762.981.71-
YUV38.98122.93106.61-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.47%
GREEN value IS 56 (22.27% from 255) = 58.95%
BLUE value IS 30 (12.11% from 255) = 31.58%
R=9.47%
G=58.95%
B=31.58%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal956300.8400.460.78146.8172.3112.75
Hex9381E5402E4E9348d
Octal11703612405611622311015
Binary1001111000111101010100010111010011101001001110010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09381E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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