#293133

Color #293133 Oxford Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oxford Blue #293133

Tints of Oxford Blue #293133

Color information

#293133 (or 0x293133) is unknown color: approx Oxford Blue. HEX triplet: 29, 31 and 33. RGB value is (41,49,51). Sum of RGB (Red+Green+Blue) = 41+49+51=141 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.08% from 141); Green value is 49 (19.53% from 255 or 34.75% from 141); Blue value is 51 (20.31% from 255 or 36.17% from 141); Max value from RGB is 51 - color contains mainly: blue. Hex color #293133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293133 is #D6CECC. Grayscale: #2E2E2E. Windows color (decimal): -14077645 or 3354921. OLE color: 3354921.

HSL color Cylindrical-coordinate representation of color #293133: hue angle of 192º degrees, saturation: 0.11, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #293133 is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB414951-
CMYK0.200.0400.8
HSL192º10.87%18.04%-
HSV(B)192º19.61%20%-
XYZ2.612.913.56-
YUV46.84130.35123.84-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 29.08%
GREEN value IS 49 (19.53% from 255) = 34.75%
BLUE value IS 51 (20.31% from 255) = 36.17%
R=29.08%
G=34.75%
B=36.17%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4149510.200.0400.819210.8718.04
Hex293133144050c0b12
Octal51616324401203001322
Binary101001110001110011101001000101000011000000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293133; }

 p { color: rgb(41,49,51); }

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

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

 a { background-color: rgb(41,49,51); }

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

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

 span { border-color: rgb(41,49,51); }

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