#1D093A

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

Shades of Blackcurrant #1D093A

Tints of Blackcurrant #1D093A

Color information

#1D093A (or 0x1D093A) is unknown color: approx Blackcurrant. HEX triplet: 1D, 09 and 3A. RGB value is (29,9,58). Sum of RGB (Red+Green+Blue) = 29+9+58=96 (12% of max value = 765). Red value is 29 (11.72% from 255 or 30.21% from 96); Green value is 9 (3.91% from 255 or 9.38% from 96); Blue value is 58 (23.05% from 255 or 60.42% from 96); Max value from RGB is 58 - color contains mainly: blue. Hex color #1D093A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D093A is #E2F6C5. Grayscale: #141414. Windows color (decimal): -14874310 or 3803421. OLE color: 3803421.

HSL color Cylindrical-coordinate representation of color #1D093A: hue angle of 264.49º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D093A is Cyan = 0.5, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB29958-
CMYK0.50.8400.77
HSL264.49º73.13%13.14%-
HSV(B)264.49º84.48%22.75%-
XYZ1.370.764.08-
YUV20.57149.13134.02-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 30.21%
GREEN value IS 9 (3.91% from 255) = 9.38%
BLUE value IS 58 (23.05% from 255) = 60.42%
R=30.21%
G=9.38%
B=60.42%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal299580.50.8400.77264.4973.1313.14
Hex1D93A325404D10849d
Octal35117262124011541011115
Binary11101100111101011001010101000100110110000100010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D093A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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