Html Css Color HEX #0B3924 British Racing Green

📋 copy color: '#0B3924'

red 11 ◦ green 57 ◦ blue 36

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

Shades of British Racing Green #0B3924

Tints of British Racing Green #0B3924

RGB

 RED value IS 11 (4.69% from 255) = 10.58%

 GREEN value IS 57 (22.66% from 255) = 54.81%

 BLUE value IS 36 (14.45% from 255) = 34.62%

R = 10.58%
G = 54.81%
B = 34.62%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.37

 K value IS 0.78

RGB Variations

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

Color information

#0B3924 (or 0x0B3924) is known color: British Racing Green. HEX triplet: 0B, 39 and 24. RGB value is (11,57,36). Sum of RGB (Red+Green+Blue) = 11+57+36=104 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.58% from 104); Green value is 57 (22.66% from 255 or 54.81% from 104); Blue value is 36 (14.45% from 255 or 34.62% from 104); Max value from RGB is 57 - color contains mainly: green. Hex color #0B3924 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3924 is #F4C6DB. Grayscale: #282828. Windows color (decimal): -16041692 or 2373899. OLE color: 2373899.

HSL color Cylindrical-coordinate representation of color #0B3924: hue angle of 152.61º degrees, saturation: 0.68, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0B3924 is Cyan = 0.81, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.78.

Color convert

RGB 11 57 36 -
CMYK 0.81 0 0.37 0.78
HSL 152.61º 0.68% 0.13% -
HSV(B) 152.61º 0.81% 0.22% -
XYZ 1.92 3.12 2.17 -
YUV 40.85 125.26 106.71 -
System Red Green Blue C M Y K H S L
Decimal 11 57 36 0.81 0 0.37 0.78 152.61 0.68 0.13
Hex B 39 24 51 0 25 4E 99 44 D
Octal 13 71 44 121 0 45 116 231 104 15
Binary 1011 111001 100100 1010001 0 100101 1001110 10011001 1000100 1101

Color Harmonies of #0B3924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B3924

Black with #0B3924

Text Example


Text Example

White with #0B3924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0B3924; }

 p { color: rgb(11,57,36); }

 H1.HeaderClassName
 {
   color: #0B3924;
 }
 .AnyTagClassName
 {
   color: #0B3924;
 }
</style>

background-color css

<style>
 a { background-color: #0B3924; }

 a { background-color: rgb(11,57,36); }

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

border-color css

<style>
 span { border-color: #0B3924; }

 span { border-color: rgb(11,57,36); }

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