#0B3921

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

Shades of British Racing Green #0B3921

Tints of British Racing Green #0B3921

Color information

#0B3921 (or 0x0B3921) is unknown color: approx British Racing Green. HEX triplet: 0B, 39 and 21. RGB value is (11,57,33). Sum of RGB (Red+Green+Blue) = 11+57+33=101 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.89% from 101); Green value is 57 (22.66% from 255 or 56.44% from 101); Blue value is 33 (13.28% from 255 or 32.67% from 101); Max value from RGB is 57 - color contains mainly: green. Hex color #0B3921 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3921 is #F4C6DE. Grayscale: #282828. Windows color (decimal): -16041695 or 2177291. OLE color: 2177291.

HSL color Cylindrical-coordinate representation of color #0B3921: hue angle of 148.7º 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 #0B3921 is Cyan = 0.81, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.78.

Color convert

RGB115733-
CMYK0.8100.420.78
HSL148.7º67.65%13.33%-
HSV(B)148.7º80.7%22.35%-
XYZ1.883.111.94-
YUV40.51123.76106.95-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10.89%
GREEN value IS 57 (22.66% from 255) = 56.44%
BLUE value IS 33 (13.28% from 255) = 32.67%
R=10.89%
G=56.44%
B=32.67%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1157330.8100.420.78148.767.6513.33
HexB39215102A4E9544d
Octal13714112105211622510415
Binary10111110011000011010001010101010011101001010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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