#1D2F41

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

Shades of Midnight #1D2F41

Tints of Midnight #1D2F41

Color information

#1D2F41 (or 0x1D2F41) is unknown color: approx Midnight. HEX triplet: 1D, 2F and 41. RGB value is (29,47,65). Sum of RGB (Red+Green+Blue) = 29+47+65=141 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.57% from 141); Green value is 47 (18.75% from 255 or 33.33% from 141); Blue value is 65 (25.78% from 255 or 46.10% from 141); Max value from RGB is 65 - color contains mainly: blue. Hex color #1D2F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2F41 is #E2D0BE. Grayscale: #2B2B2B. Windows color (decimal): -14864575 or 4271901. OLE color: 4271901.

HSL color Cylindrical-coordinate representation of color #1D2F41: hue angle of 210º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1D2F41 is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB294765-
CMYK0.550.2800.75
HSL210º38.3%18.43%-
HSV(B)210º55.38%25.49%-
XYZ2.482.685.39-
YUV43.67140.04117.54-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 20.57%
GREEN value IS 47 (18.75% from 255) = 33.33%
BLUE value IS 65 (25.78% from 255) = 46.10%
R=20.57%
G=33.33%
B=46.10%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2947650.550.2800.7521038.318.43
Hex1D2F41371C04Bd22612
Octal3557101673401133224622
Binary11101101111100000111011111100010010111101001010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,47,65); }

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

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

 a { background-color: rgb(29,47,65); }

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

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

 span { border-color: rgb(29,47,65); }

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