Html Css Color HEX #1F2333 Midnight Express

📋 copy color: '#1F2333'

red 31 ◦ green 35 ◦ blue 51

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

Shades of Midnight Express #1F2333

Tints of Midnight Express #1F2333

RGB

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

 GREEN value IS 35 (14.06% from 255) = 29.91%

 BLUE value IS 51 (20.31% from 255) = 43.59%

R = 26.5%
G = 29.91%
B = 43.59%

CMYK

 C value IS 0.39

 M value IS 0.31

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#1F2333 (or 0x1F2333) is known color: Midnight Express. HEX triplet: 1F, 23 and 33. RGB value is (31,35,51). Sum of RGB (Red+Green+Blue) = 31+35+51=117 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.50% from 117); Green value is 35 (14.06% from 255 or 29.91% from 117); Blue value is 51 (20.31% from 255 or 43.59% from 117); Max value from RGB is 51 - color contains mainly: blue. Hex color #1F2333 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2333 is #E0DCCC. Grayscale: #232323. Windows color (decimal): -14736589 or 3351327. OLE color: 3351327.

HSL color Cylindrical-coordinate representation of color #1F2333: hue angle of 228º degrees, saturation: 0.24, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #1F2333 is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 31 35 51 -
CMYK 0.39 0.31 0 0.8
HSL 228º 0.24% 0.16% -
HSV(B) 228º 0.39% 0.2% -
XYZ 1.76 1.73 3.37 -
YUV 35.63 136.67 124.7 -
System Red Green Blue C M Y K H S L
Decimal 31 35 51 0.39 0.31 0 0.8 228 0.24 0.16
Hex 1F 23 33 27 1F 0 50 E4 18 10
Octal 37 43 63 47 37 0 120 344 30 20
Binary 11111 100011 110011 100111 11111 0 1010000 11100100 11000 10000

Color Harmonies of #1F2333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2333

Black with #1F2333

Text Example


Text Example

White with #1F2333

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,35,51); }

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

background-color css

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

 a { background-color: rgb(31,35,51); }

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

border-color css

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

 span { border-color: rgb(31,35,51); }

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