#1D022E

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

Shades of Blackcurrant #1D022E

Tints of Blackcurrant #1D022E

Color information

#1D022E (or 0x1D022E) is unknown color: approx Blackcurrant. HEX triplet: 1D, 02 and 2E. RGB value is (29,2,46). Sum of RGB (Red+Green+Blue) = 29+2+46=77 (10% of max value = 765). Red value is 29 (11.72% from 255 or 37.66% from 77); Green value is 2 (1.17% from 255 or 2.60% from 77); Blue value is 46 (18.36% from 255 or 59.74% from 77); Max value from RGB is 46 - color contains mainly: blue. Hex color #1D022E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D022E is #E2FDD1. Grayscale: #0E0E0E. Windows color (decimal): -14876114 or 3015197. OLE color: 3015197.

HSL color Cylindrical-coordinate representation of color #1D022E: hue angle of 276.82º degrees, saturation: 0.92, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1D022E is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB29246-
CMYK0.370.9600.82
HSL276.82º91.67%9.41%-
HSV(B)276.82º95.65%18.04%-
XYZ1.020.52.63-
YUV15.09145.45137.92-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 37.66%
GREEN value IS 2 (1.17% from 255) = 2.60%
BLUE value IS 46 (18.36% from 255) = 59.74%
R=37.66%
G=2.60%
B=59.74%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal292460.370.9600.82276.8291.679.41
Hex1D22E25600521155c9
Octal3525645140012242513411
Binary111011010111010010111000000101001010001010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D022E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,2,46); }

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

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

 a { background-color: rgb(29,2,46); }

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

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

 span { border-color: rgb(29,2,46); }

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