#1D122D

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

Shades of Blackcurrant #1D122D

Tints of Blackcurrant #1D122D

Color information

#1D122D (or 0x1D122D) is unknown color: approx Blackcurrant. HEX triplet: 1D, 12 and 2D. RGB value is (29,18,45). Sum of RGB (Red+Green+Blue) = 29+18+45=92 (12% of max value = 765). Red value is 29 (11.72% from 255 or 31.52% from 92); Green value is 18 (7.42% from 255 or 19.57% from 92); Blue value is 45 (17.97% from 255 or 48.91% from 92); Max value from RGB is 45 - color contains mainly: blue. Hex color #1D122D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D122D is #E2EDD2. Grayscale: #181818. Windows color (decimal): -14872019 or 2953757. OLE color: 2953757.

HSL color Cylindrical-coordinate representation of color #1D122D: hue angle of 264.44º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1D122D is Cyan = 0.36, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB291845-
CMYK0.360.600.82
HSL264.44º42.86%12.35%-
HSV(B)264.44º60%17.65%-
XYZ1.20.882.59-
YUV24.37139.64131.3-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 31.52%
GREEN value IS 18 (7.42% from 255) = 19.57%
BLUE value IS 45 (17.97% from 255) = 48.91%
R=31.52%
G=19.57%
B=48.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2918450.360.600.82264.4442.8612.35
Hex1D122D243C0521082bc
Octal352255447401224105314
Binary1110110010101101100100111100010100101000010001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D122D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,18,45); }

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

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

 a { background-color: rgb(29,18,45); }

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

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

 span { border-color: rgb(29,18,45); }

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