#09411F

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

Shades of British Racing Green #09411F

Tints of British Racing Green #09411F

Color information

#09411F (or 0x09411F) is unknown color: approx British Racing Green. HEX triplet: 09, 41 and 1F. RGB value is (9,65,31). Sum of RGB (Red+Green+Blue) = 9+65+31=105 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.57% from 105); Green value is 65 (25.78% from 255 or 61.90% from 105); Blue value is 31 (12.5% from 255 or 29.52% from 105); Max value from RGB is 65 - color contains mainly: green. Hex color #09411F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09411F is #F6BEE0. Grayscale: #2C2C2C. Windows color (decimal): -16170721 or 2048265. OLE color: 2048265.

HSL color Cylindrical-coordinate representation of color #09411F: hue angle of 143.57º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #09411F is Cyan = 0.86, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.75.

Color convert

RGB96531-
CMYK0.8600.520.75
HSL143.57º75.68%14.51%-
HSV(B)143.57º86.15%25.49%-
XYZ2.253.941.94-
YUV44.38120.45102.76-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.57%
GREEN value IS 65 (25.78% from 255) = 61.90%
BLUE value IS 31 (12.5% from 255) = 29.52%
R=8.57%
G=61.90%
B=29.52%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal965310.8600.520.75143.5775.6814.51
Hex9411F560344B904cf
Octal111013712606411322011417
Binary10011000001111111010110011010010010111001000010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09411F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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