Html Css Color HEX #03381A British Racing Green

📋 copy color: '#03381A'

red 3 ◦ green 56 ◦ blue 26

#03381A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of British Racing Green #03381A

Tints of British Racing Green #03381A

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 value IS 0.95

 M value IS 0

 Y value IS 0.54

 K value IS 0.78

RGB Variations

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

Color information

#03381A (or 0x03381A) is known color: 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

RGB 3 56 26 -
CMYK 0.95 0 0.54 0.78
HSL 146.04º 0.9% 0.12% -
HSV(B) 146.04º 0.95% 0.22% -
XYZ 1.64 2.92 1.45 -
YUV 36.73 121.94 103.94 -
System Red Green Blue C M Y K H S L
Decimal 3 56 26 0.95 0 0.54 0.78 146.04 0.9 0.12
Hex 3 38 1A 5F 0 36 4E 92 5A C
Octal 3 70 32 137 0 66 116 222 132 14
Binary 11 111000 11010 1011111 0 110110 1001110 10010010 1011010 1100

Color Harmonies of #03381A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03381A

Black with #03381A

Text Example


Text Example

White with #03381A

Text Example


Text Example

HTML Codes & Css Web 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>