#1D0022

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

Shades of Blackcurrant #1D0022

Tints of Blackcurrant #1D0022

Color information

#1D0022 (or 0x1D0022) is unknown color: approx Blackcurrant. HEX triplet: 1D, 00 and 22. RGB value is (29,0,34). Sum of RGB (Red+Green+Blue) = 29+0+34=63 (8% of max value = 765). Red value is 29 (11.72% from 255 or 46.03% from 63); Green value is 0 (0.39% from 255 or 0% from 63); Blue value is 34 (13.67% from 255 or 53.97% from 63); Max value from RGB is 34 - color contains mainly: blue. Hex color #1D0022 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0022 is #E2FFDD. Grayscale: #0C0C0C. Windows color (decimal): -14876638 or 2228253. OLE color: 2228253.

HSL color Cylindrical-coordinate representation of color #1D0022: hue angle of 291.18º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1D0022 is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB29034-
CMYK0.15100.87
HSL291.18º100%6.67%-
HSV(B)291.18º100%13.33%-
XYZ0.80.381.54-
YUV12.55140.11139.74-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 46.03%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 34 (13.67% from 255) = 53.97%
R=46.03%
G=0%
B=53.97%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal290340.15100.87291.181006.67
Hex1D022F64057123647
Octal350421714401274431447
Binary11101010001011111100100010101111001000111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,0,34); }

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

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

 a { background-color: rgb(29,0,34); }

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

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

 span { border-color: rgb(29,0,34); }

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