Html Css Color HEX #282F31 Oxford Blue

📋 copy color: '#282F31'

red 40 ◦ green 47 ◦ blue 49

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

Shades of Oxford Blue #282F31

Tints of Oxford Blue #282F31

RGB

 RED value IS 40 (16.02% from 255) = 29.41%

 GREEN value IS 47 (18.75% from 255) = 34.56%

 BLUE value IS 49 (19.53% from 255) = 36.03%

R = 29.41%
G = 34.56%
B = 36.03%

CMYK

 C value IS 0.18

 M value IS 0.04

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#282F31 (or 0x282F31) is known color: Oxford Blue. HEX triplet: 28, 2F and 31. RGB value is (40,47,49). Sum of RGB (Red+Green+Blue) = 40+47+49=136 (18% of max value = 765). Red value is 40 (16.02% from 255 or 29.41% from 136); Green value is 47 (18.75% from 255 or 34.56% from 136); Blue value is 49 (19.53% from 255 or 36.03% from 136); Max value from RGB is 49 - color contains mainly: blue. Hex color #282F31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282F31 is #D7D0CE. Grayscale: #2D2D2D. Windows color (decimal): -14143695 or 3223336. OLE color: 3223336.

HSL color Cylindrical-coordinate representation of color #282F31: hue angle of 193.33º degrees, saturation: 0.1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #282F31 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 40 47 49 -
CMYK 0.18 0.04 0 0.81
HSL 193.33º 0.1% 0.17% -
HSV(B) 193.33º 0.18% 0.19% -
XYZ 2.45 2.71 3.3 -
YUV 45.14 130.18 124.34 -
System Red Green Blue C M Y K H S L
Decimal 40 47 49 0.18 0.04 0 0.81 193.33 0.1 0.17
Hex 28 2F 31 12 4 0 51 C1 A 11
Octal 50 57 61 22 4 0 121 301 12 21
Binary 101000 101111 110001 10010 100 0 1010001 11000001 1010 10001

Color Harmonies of #282F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #282F31

Black with #282F31

Text Example


Text Example

White with #282F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #282F31; }

 p { color: rgb(40,47,49); }

 H1.HeaderClassName
 {
   color: #282F31;
 }
 .AnyTagClassName
 {
   color: #282F31;
 }
</style>

background-color css

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

 a { background-color: rgb(40,47,49); }

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

border-color css

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

 span { border-color: rgb(40,47,49); }

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