#1D0228

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

Shades of Blackcurrant #1D0228

Tints of Blackcurrant #1D0228

Color information

#1D0228 (or 0x1D0228) is unknown color: approx Blackcurrant. HEX triplet: 1D, 02 and 28. RGB value is (29,2,40). Sum of RGB (Red+Green+Blue) = 29+2+40=71 (9% of max value = 765). Red value is 29 (11.72% from 255 or 40.85% from 71); Green value is 2 (1.17% from 255 or 2.82% from 71); Blue value is 40 (16.02% from 255 or 56.34% from 71); Max value from RGB is 40 - color contains mainly: blue. Hex color #1D0228 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0228 is #E2FDD7. Grayscale: #0E0E0E. Windows color (decimal): -14876120 or 2621981. OLE color: 2621981.

HSL color Cylindrical-coordinate representation of color #1D0228: hue angle of 282.63º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1D0228 is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB29240-
CMYK0.280.9500.84
HSL282.63º90.48%8.24%-
HSV(B)282.63º95%15.69%-
XYZ0.910.462.05-
YUV14.4142.45138.41-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 40.85%
GREEN value IS 2 (1.17% from 255) = 2.82%
BLUE value IS 40 (16.02% from 255) = 56.34%
R=40.85%
G=2.82%
B=56.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal292400.280.9500.84282.6390.488.24
Hex1D2281C5F05411b5a8
Octal3525034137012443313210
Binary11101101010001110010111110101010010001101110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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