#151B30

Color #151B30 Midnight Express (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Express #151B30

Tints of Midnight Express #151B30

Color information

#151B30 (or 0x151B30) is unknown color: approx Midnight Express. HEX triplet: 15, 1B and 30. RGB value is (21,27,48). Sum of RGB (Red+Green+Blue) = 21+27+48=96 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.88% from 96); Green value is 27 (10.94% from 255 or 28.12% from 96); Blue value is 48 (19.14% from 255 or 50% from 96); Max value from RGB is 48 - color contains mainly: blue. Hex color #151B30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151B30 is #EAE4CF. Grayscale: #1B1B1B. Windows color (decimal): -15394000 or 3152661. OLE color: 3152661.

HSL color Cylindrical-coordinate representation of color #151B30: hue angle of 226.67º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #151B30 is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB212748-
CMYK0.560.4400.81
HSL226.67º39.13%13.53%-
HSV(B)226.67º56.25%18.82%-
XYZ1.231.162.95-
YUV27.6139.51123.29-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 21.88%
GREEN value IS 27 (10.94% from 255) = 28.12%
BLUE value IS 48 (19.14% from 255) = 50%
R=21.88%
G=28.12%
B=50%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2127480.560.4400.81226.6739.1313.53
Hex151B30382C051e327e
Octal253360705401213434716
Binary101011101111000011100010110001010001111000111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151B30; }

 p { color: rgb(21,27,48); }

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

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

 a { background-color: rgb(21,27,48); }

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

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

 span { border-color: rgb(21,27,48); }

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