#1D252F

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

Shades of Blue Charcoal #1D252F

Tints of Blue Charcoal #1D252F

Color information

#1D252F (or 0x1D252F) is unknown color: approx Blue Charcoal. HEX triplet: 1D, 25 and 2F. RGB value is (29,37,47). Sum of RGB (Red+Green+Blue) = 29+37+47=113 (14% of max value = 765). Red value is 29 (11.72% from 255 or 25.66% from 113); Green value is 37 (14.84% from 255 or 32.74% from 113); Blue value is 47 (18.75% from 255 or 41.59% from 113); Max value from RGB is 47 - color contains mainly: blue. Hex color #1D252F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D252F is #E2DAD0. Grayscale: #232323. Windows color (decimal): -14867153 or 3089693. OLE color: 3089693.

HSL color Cylindrical-coordinate representation of color #1D252F: hue angle of 213.33º degrees, saturation: 0.24, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #1D252F is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB293747-
CMYK0.380.2100.82
HSL213.33º23.68%14.9%-
HSV(B)213.33º38.3%18.43%-
XYZ1.681.792.95-
YUV35.75134.35123.19-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 25.66%
GREEN value IS 37 (14.84% from 255) = 32.74%
BLUE value IS 47 (18.75% from 255) = 41.59%
R=25.66%
G=32.74%
B=41.59%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2937470.380.2100.82213.3323.6814.9
Hex1D252F2615052d518f
Octal354557462501223253017
Binary11101100101101111100110101010101001011010101110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D252F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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