#1D092B

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

Shades of Blackcurrant #1D092B

Tints of Blackcurrant #1D092B

Color information

#1D092B (or 0x1D092B) is unknown color: approx Blackcurrant. HEX triplet: 1D, 09 and 2B. RGB value is (29,9,43). Sum of RGB (Red+Green+Blue) = 29+9+43=81 (10% of max value = 765). Red value is 29 (11.72% from 255 or 35.80% from 81); Green value is 9 (3.91% from 255 or 11.11% from 81); Blue value is 43 (17.19% from 255 or 53.09% from 81); Max value from RGB is 43 - color contains mainly: blue. Hex color #1D092B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D092B is #E2F6D4. Grayscale: #121212. Windows color (decimal): -14874325 or 2820381. OLE color: 2820381.

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

Color convert

RGB29943-
CMYK0.330.7900.83
HSL275.29º65.38%10.2%-
HSV(B)275.29º79.07%16.86%-
XYZ1.040.632.35-
YUV18.86141.63135.24-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 35.80%
GREEN value IS 9 (3.91% from 255) = 11.11%
BLUE value IS 43 (17.19% from 255) = 53.09%
R=35.80%
G=11.11%
B=53.09%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal299430.330.7900.83275.2965.3810.2
Hex1D92B214F05311341a
Octal35115341117012342310112
Binary11101100110101110000110011110101001110001001110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D092B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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