#1D073C

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

Shades of Blackcurrant #1D073C

Tints of Blackcurrant #1D073C

Color information

#1D073C (or 0x1D073C) is unknown color: approx Blackcurrant. HEX triplet: 1D, 07 and 3C. RGB value is (29,7,60). Sum of RGB (Red+Green+Blue) = 29+7+60=96 (12% of max value = 765). Red value is 29 (11.72% from 255 or 30.21% from 96); Green value is 7 (3.12% from 255 or 7.29% from 96); Blue value is 60 (23.83% from 255 or 62.5% from 96); Max value from RGB is 60 - color contains mainly: blue. Hex color #1D073C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D073C is #E2F8C3. Grayscale: #131313. Windows color (decimal): -14874820 or 3933981. OLE color: 3933981.

HSL color Cylindrical-coordinate representation of color #1D073C: hue angle of 264.91º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D073C is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB29760-
CMYK0.520.8800.76
HSL264.91º79.1%13.14%-
HSV(B)264.91º88.33%23.53%-
XYZ1.40.744.34-
YUV19.62150.79134.69-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 30.21%
GREEN value IS 7 (3.12% from 255) = 7.29%
BLUE value IS 60 (23.83% from 255) = 62.5%
R=30.21%
G=7.29%
B=62.5%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal297600.520.8800.76264.9179.113.14
Hex1D73C345804C1094fd
Octal3577464130011441111715
Binary1110111111110011010010110000100110010000100110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D073C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,7,60); }

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

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

 a { background-color: rgb(29,7,60); }

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

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

 span { border-color: rgb(29,7,60); }

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