#1D0A3A

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

Shades of Blackcurrant #1D0A3A

Tints of Blackcurrant #1D0A3A

Color information

#1D0A3A (or 0x1D0A3A) is unknown color: approx Blackcurrant. HEX triplet: 1D, 0A and 3A. RGB value is (29,10,58). Sum of RGB (Red+Green+Blue) = 29+10+58=97 (12% of max value = 765). Red value is 29 (11.72% from 255 or 29.90% from 97); Green value is 10 (4.30% from 255 or 10.31% from 97); Blue value is 58 (23.05% from 255 or 59.79% from 97); Max value from RGB is 58 - color contains mainly: blue. Hex color #1D0A3A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0A3A is #E2F5C5. Grayscale: #141414. Windows color (decimal): -14874054 or 3803677. OLE color: 3803677.

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

Color convert

RGB291058-
CMYK0.50.8300.77
HSL263.75º70.59%13.33%-
HSV(B)263.75º82.76%22.75%-
XYZ1.380.784.08-
YUV21.15148.79133.6-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 29.90%
GREEN value IS 10 (4.30% from 255) = 10.31%
BLUE value IS 58 (23.05% from 255) = 59.79%
R=29.90%
G=10.31%
B=59.79%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2910580.50.8300.77263.7570.5913.33
Hex1DA3A325304D10847d
Octal35127262123011541010715
Binary11101101011101011001010100110100110110000100010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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