#03381B

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

Shades of British Racing Green #03381B

Tints of British Racing Green #03381B

Color information

#03381B (or 0x03381B) is unknown color: approx British Racing Green. HEX triplet: 03, 38 and 1B. RGB value is (3,56,27). Sum of RGB (Red+Green+Blue) = 3+56+27=86 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.49% from 86); Green value is 56 (22.27% from 255 or 65.12% from 86); Blue value is 27 (10.94% from 255 or 31.40% from 86); Max value from RGB is 56 - color contains mainly: green. Hex color #03381B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03381B is #FCC7E4. Grayscale: #242424. Windows color (decimal): -16566245 or 1783811. OLE color: 1783811.

HSL color Cylindrical-coordinate representation of color #03381B: hue angle of 147.17º 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 #03381B is Cyan = 0.95, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.78.

Color convert

RGB35627-
CMYK0.9500.520.78
HSL147.17º89.83%11.57%-
HSV(B)147.17º94.64%21.96%-
XYZ1.652.931.51-
YUV36.85122.44103.86-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.49%
GREEN value IS 56 (22.27% from 255) = 65.12%
BLUE value IS 27 (10.94% from 255) = 31.40%
R=3.49%
G=65.12%
B=31.40%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal356270.9500.520.78147.1789.8311.57
Hex3381B5F0344E935ac
Octal3703313706411622313214
Binary11111000110111011111011010010011101001001110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03381B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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