#1D013A

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

Shades of Blackcurrant #1D013A

Tints of Blackcurrant #1D013A

Color information

#1D013A (or 0x1D013A) is unknown color: approx Blackcurrant. HEX triplet: 1D, 01 and 3A. RGB value is (29,1,58). Sum of RGB (Red+Green+Blue) = 29+1+58=88 (11% of max value = 765). Red value is 29 (11.72% from 255 or 32.95% from 88); Green value is 1 (0.78% from 255 or 1.14% from 88); Blue value is 58 (23.05% from 255 or 65.91% from 88); Max value from RGB is 58 - color contains mainly: blue. Hex color #1D013A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D013A is #E2FEC5. Grayscale: #0F0F0F. Windows color (decimal): -14876358 or 3801373. OLE color: 3801373.

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

Color convert

RGB29158-
CMYK0.50.9800.77
HSL269.47º96.61%11.57%-
HSV(B)269.47º98.28%22.75%-
XYZ1.280.594.05-
YUV15.87151.78137.37-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 32.95%
GREEN value IS 1 (0.78% from 255) = 1.14%
BLUE value IS 58 (23.05% from 255) = 65.91%
R=32.95%
G=1.14%
B=65.91%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal291580.50.9800.77269.4796.6111.57
Hex1D13A326204D10d61c
Octal3517262142011541514114
Binary11101111101011001011000100100110110000110111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D013A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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