#1B2A3B

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

Shades of Midnight #1B2A3B

Tints of Midnight #1B2A3B

Color information

#1B2A3B (or 0x1B2A3B) is unknown color: approx Midnight. HEX triplet: 1B, 2A and 3B. RGB value is (27,42,59). Sum of RGB (Red+Green+Blue) = 27+42+59=128 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.09% from 128); Green value is 42 (16.80% from 255 or 32.81% from 128); Blue value is 59 (23.44% from 255 or 46.09% from 128); Max value from RGB is 59 - color contains mainly: blue. Hex color #1B2A3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2A3B is #E4D5C4. Grayscale: #272727. Windows color (decimal): -14996933 or 3877403. OLE color: 3877403.

HSL color Cylindrical-coordinate representation of color #1B2A3B: hue angle of 211.88º degrees, saturation: 0.37, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1B2A3B is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB274259-
CMYK0.540.2900.77
HSL211.88º37.21%16.86%-
HSV(B)211.88º54.24%23.14%-
XYZ2.072.24.45-
YUV39.45139.03119.12-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 21.09%
GREEN value IS 42 (16.80% from 255) = 32.81%
BLUE value IS 59 (23.44% from 255) = 46.09%
R=21.09%
G=32.81%
B=46.09%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2742590.540.2900.77211.8837.2116.86
Hex1B2A3B361D04Dd42511
Octal335273663501153244521
Binary1101110101011101111011011101010011011101010010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,42,59); }

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

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

 a { background-color: rgb(27,42,59); }

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

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

 span { border-color: rgb(27,42,59); }

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