Html Css Color HEX #05381B British Racing Green

📋 copy color: '#05381B'

red 5 ◦ green 56 ◦ blue 27

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

Shades of British Racing Green #05381B

Tints of British Racing Green #05381B

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

 M value IS 0

 Y value IS 0.52

 K value IS 0.78

RGB Variations

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

Color information

#05381B (or 0x05381B) is known color: 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

RGB 5 56 27 -
CMYK 0.91 0 0.52 0.78
HSL 145.88º 0.84% 0.12% -
HSV(B) 145.88º 0.91% 0.22% -
XYZ 1.67 2.94 1.52 -
YUV 37.45 122.1 104.86 -
System Red Green Blue C M Y K H S L
Decimal 5 56 27 0.91 0 0.52 0.78 145.88 0.84 0.12
Hex 5 38 1B 5B 0 34 4E 92 54 C
Octal 5 70 33 133 0 64 116 222 124 14
Binary 101 111000 11011 1011011 0 110100 1001110 10010010 1010100 1100

Color Harmonies of #05381B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05381B

Black with #05381B

Text Example


Text Example

White with #05381B

Text Example


Text Example

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