#03381A

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

Shades of British Racing Green #03381A

Tints of British Racing Green #03381A

Color information

#03381A (or 0x03381A) is unknown color: approx British Racing Green. HEX triplet: 03, 38 and 1A. RGB value is (3,56,26). Sum of RGB (Red+Green+Blue) = 3+56+26=85 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.53% from 85); Green value is 56 (22.27% from 255 or 65.88% from 85); Blue value is 26 (10.55% from 255 or 30.59% from 85); Max value from RGB is 56 - color contains mainly: green. Hex color #03381A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03381A is #FCC7E5. Grayscale: #242424. Windows color (decimal): -16566246 or 1718275. OLE color: 1718275.

HSL color Cylindrical-coordinate representation of color #03381A: hue angle of 146.04º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03381A is Cyan = 0.95, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.78.

Color convert

RGB35626-
CMYK0.9500.540.78
HSL146.04º89.83%11.57%-
HSV(B)146.04º94.64%21.96%-
XYZ1.642.921.45-
YUV36.73121.94103.94-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.53%
GREEN value IS 56 (22.27% from 255) = 65.88%
BLUE value IS 26 (10.55% from 255) = 30.59%
R=3.53%
G=65.88%
B=30.59%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal356260.9500.540.78146.0489.8311.57
Hex3381A5F0364E925ac
Octal3703213706611622213214
Binary11111000110101011111011011010011101001001010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03381A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03381A; }

 p { color: rgb(3,56,26); }

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

<style>
 a { background-color: #03381A; }

 a { background-color: rgb(3,56,26); }

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

<style>
 span { border-color: #03381A; }

 span { border-color: rgb(3,56,26); }

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