#1D132B

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

Shades of Blackcurrant #1D132B

Tints of Blackcurrant #1D132B

Color information

#1D132B (or 0x1D132B) is unknown color: approx Blackcurrant. HEX triplet: 1D, 13 and 2B. RGB value is (29,19,43). Sum of RGB (Red+Green+Blue) = 29+19+43=91 (12% of max value = 765). Red value is 29 (11.72% from 255 or 31.87% from 91); Green value is 19 (7.81% from 255 or 20.88% from 91); Blue value is 43 (17.19% from 255 or 47.25% from 91); Max value from RGB is 43 - color contains mainly: blue. Hex color #1D132B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D132B is #E2ECD4. Grayscale: #181818. Windows color (decimal): -14871765 or 2822941. OLE color: 2822941.

HSL color Cylindrical-coordinate representation of color #1D132B: hue angle of 265º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1D132B is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB291943-
CMYK0.330.5600.83
HSL265º38.71%12.16%-
HSV(B)265º55.81%16.86%-
XYZ1.180.92.4-
YUV24.73138.31131.05-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 31.87%
GREEN value IS 19 (7.81% from 255) = 20.88%
BLUE value IS 43 (17.19% from 255) = 47.25%
R=31.87%
G=20.88%
B=47.25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2919430.330.5600.8326538.7112.16
Hex1D132B213805310927c
Octal352353417001234114714
Binary1110110011101011100001111000010100111000010011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D132B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,19,43); }

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

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

 a { background-color: rgb(29,19,43); }

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

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

 span { border-color: rgb(29,19,43); }

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