Html Css Color HEX #1F2E32 Oxford Blue

📋 copy color: '#1F2E32'

red 31 ◦ green 46 ◦ blue 50

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

Shades of Oxford Blue #1F2E32

Tints of Oxford Blue #1F2E32

RGB

 RED value IS 31 (12.5% from 255) = 24.41%

 GREEN value IS 46 (18.36% from 255) = 36.22%

 BLUE value IS 50 (19.92% from 255) = 39.37%

R = 24.41%
G = 36.22%
B = 39.37%

CMYK

 C value IS 0.38

 M value IS 0.08

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#1F2E32 (or 0x1F2E32) is known color: Oxford Blue. HEX triplet: 1F, 2E and 32. RGB value is (31,46,50). Sum of RGB (Red+Green+Blue) = 31+46+50=127 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.41% from 127); Green value is 46 (18.36% from 255 or 36.22% from 127); Blue value is 50 (19.92% from 255 or 39.37% from 127); Max value from RGB is 50 - color contains mainly: blue. Hex color #1F2E32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2E32 is #E0D1CD. Grayscale: #292929. Windows color (decimal): -14733774 or 3288607. OLE color: 3288607.

HSL color Cylindrical-coordinate representation of color #1F2E32: hue angle of 192.63º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #1F2E32 is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 31 46 50 -
CMYK 0.38 0.08 0 0.80
HSL 192.63º 0.23% 0.16% -
HSV(B) 192.63º 0.38% 0.2% -
XYZ 2.12 2.48 3.38 -
YUV 41.97 132.53 120.17 -
System Red Green Blue C M Y K H S L
Decimal 31 46 50 0.38 0.08 0 0.80 192.63 0.23 0.16
Hex 1F 2E 32 26 8 0 50 C1 17 10
Octal 37 56 62 46 10 0 120 301 27 20
Binary 11111 101110 110010 100110 1000 0 1010000 11000001 10111 10000

Color Harmonies of #1F2E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2E32

Black with #1F2E32

Text Example


Text Example

White with #1F2E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F2E32; }

 p { color: rgb(31,46,50); }

 H1.HeaderClassName
 {
   color: #1F2E32;
 }
 .AnyTagClassName
 {
   color: #1F2E32;
 }
</style>

background-color css

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

 a { background-color: rgb(31,46,50); }

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

border-color css

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

 span { border-color: rgb(31,46,50); }

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