Html Css Color HEX #06381B British Racing Green

📋 copy color: '#06381B'

red 6 ◦ green 56 ◦ blue 27

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

Shades of British Racing Green #06381B

Tints of British Racing Green #06381B

RGB

 RED value IS 6 (2.73% from 255) = 6.74%

 GREEN value IS 56 (22.27% from 255) = 62.92%

 BLUE value IS 27 (10.94% from 255) = 30.34%

R = 6.74%
G = 62.92%
B = 30.34%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.52

 K value IS 0.78

RGB Variations

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

Color information

#06381B (or 0x06381B) is known color: British Racing Green. HEX triplet: 06, 38 and 1B. RGB value is (6,56,27). Sum of RGB (Red+Green+Blue) = 6+56+27=89 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.74% from 89); Green value is 56 (22.27% from 255 or 62.92% from 89); Blue value is 27 (10.94% from 255 or 30.34% from 89); Max value from RGB is 56 - color contains mainly: green. Hex color #06381B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06381B is #F9C7E4. Grayscale: #252525. Windows color (decimal): -16369637 or 1783814. OLE color: 1783814.

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

Color convert

RGB 6 56 27 -
CMYK 0.89 0 0.52 0.78
HSL 145.2º 0.81% 0.12% -
HSV(B) 145.2º 0.89% 0.22% -
XYZ 1.69 2.95 1.52 -
YUV 37.74 121.94 105.36 -
System Red Green Blue C M Y K H S L
Decimal 6 56 27 0.89 0 0.52 0.78 145.2 0.81 0.12
Hex 6 38 1B 59 0 34 4E 91 51 C
Octal 6 70 33 131 0 64 116 221 121 14
Binary 110 111000 11011 1011001 0 110100 1001110 10010001 1010001 1100

Color Harmonies of #06381B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06381B

Black with #06381B

Text Example


Text Example

White with #06381B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #06381B;
 }
 .AnyTagClassName
 {
   color: #06381B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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