#1D042A

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

Shades of Blackcurrant #1D042A

Tints of Blackcurrant #1D042A

Color information

#1D042A (or 0x1D042A) is unknown color: approx Blackcurrant. HEX triplet: 1D, 04 and 2A. RGB value is (29,4,42). Sum of RGB (Red+Green+Blue) = 29+4+42=75 (9% of max value = 765). Red value is 29 (11.72% from 255 or 38.67% from 75); Green value is 4 (1.95% from 255 or 5.33% from 75); Blue value is 42 (16.80% from 255 or 56% from 75); Max value from RGB is 42 - color contains mainly: blue. Hex color #1D042A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D042A is #E2FBD5. Grayscale: #0F0F0F. Windows color (decimal): -14875606 or 2753565. OLE color: 2753565.

HSL color Cylindrical-coordinate representation of color #1D042A: hue angle of 279.47º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1D042A is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB29442-
CMYK0.310.9000.84
HSL279.47º82.61%9.02%-
HSV(B)279.47º90.48%16.47%-
XYZ0.970.522.24-
YUV15.81142.78137.41-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 38.67%
GREEN value IS 4 (1.95% from 255) = 5.33%
BLUE value IS 42 (16.80% from 255) = 56%
R=38.67%
G=5.33%
B=56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal294420.310.9000.84279.4782.619.02
Hex1D42A1F5A054117539
Octal3545237132012442712311
Binary111011001010101111110110100101010010001011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D042A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,4,42); }

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

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

 a { background-color: rgb(29,4,42); }

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

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

 span { border-color: rgb(29,4,42); }

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