#1D0241

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

Shades of Blackcurrant #1D0241

Tints of Blackcurrant #1D0241

Color information

#1D0241 (or 0x1D0241) is unknown color: approx Blackcurrant. HEX triplet: 1D, 02 and 41. RGB value is (29,2,65). Sum of RGB (Red+Green+Blue) = 29+2+65=96 (12% of max value = 765). Red value is 29 (11.72% from 255 or 30.21% from 96); Green value is 2 (1.17% from 255 or 2.08% from 96); Blue value is 65 (25.78% from 255 or 67.71% from 96); Max value from RGB is 65 - color contains mainly: blue. Hex color #1D0241 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0241 is #E2FDBE. Grayscale: #111111. Windows color (decimal): -14876095 or 4260381. OLE color: 4260381.

HSL color Cylindrical-coordinate representation of color #1D0241: hue angle of 265.71º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1D0241 is Cyan = 0.55, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB29265-
CMYK0.550.9700.75
HSL265.71º94.03%13.14%-
HSV(B)265.71º96.92%25.49%-
XYZ1.480.695.06-
YUV17.26154.95136.38-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 30.21%
GREEN value IS 2 (1.17% from 255) = 2.08%
BLUE value IS 65 (25.78% from 255) = 67.71%
R=30.21%
G=2.08%
B=67.71%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal292650.550.9700.75265.7194.0313.14
Hex1D241376104B10a5ed
Octal35210167141011341213615
Binary1110110100000111011111000010100101110000101010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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