#05381B

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

Shades of British Racing Green #05381B

Tints of British Racing Green #05381B

Color information

#05381B (or 0x05381B) is unknown color: approx British Racing Green. HEX triplet: 05, 38 and 1B. RGB value is (5,56,27). Sum of RGB (Red+Green+Blue) = 5+56+27=88 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.68% from 88); Green value is 56 (22.27% from 255 or 63.64% from 88); Blue value is 27 (10.94% from 255 or 30.68% from 88); Max value from RGB is 56 - color contains mainly: green. Hex color #05381B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05381B is #FAC7E4. Grayscale: #252525. Windows color (decimal): -16435173 or 1783813. OLE color: 1783813.

HSL color Cylindrical-coordinate representation of color #05381B: hue angle of 145.88º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #05381B is Cyan = 0.91, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.78.

Color convert

RGB55627-
CMYK0.9100.520.78
HSL145.88º83.61%11.96%-
HSV(B)145.88º91.07%21.96%-
XYZ1.672.941.52-
YUV37.44122.1104.86-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.68%
GREEN value IS 56 (22.27% from 255) = 63.64%
BLUE value IS 27 (10.94% from 255) = 30.68%
R=5.68%
G=63.64%
B=30.68%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal556270.9100.520.78145.8883.6111.96
Hex5381B5B0344E9254c
Octal5703313306411622212414
Binary101111000110111011011011010010011101001001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05381B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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