#1D0236

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

Shades of Blackcurrant #1D0236

Tints of Blackcurrant #1D0236

Color information

#1D0236 (or 0x1D0236) is unknown color: approx Blackcurrant. HEX triplet: 1D, 02 and 36. RGB value is (29,2,54). Sum of RGB (Red+Green+Blue) = 29+2+54=85 (11% of max value = 765). Red value is 29 (11.72% from 255 or 34.12% from 85); Green value is 2 (1.17% from 255 or 2.35% from 85); Blue value is 54 (21.48% from 255 or 63.53% from 85); Max value from RGB is 54 - color contains mainly: blue. Hex color #1D0236 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0236 is #E2FDC9. Grayscale: #0F0F0F. Windows color (decimal): -14876106 or 3539485. OLE color: 3539485.

HSL color Cylindrical-coordinate representation of color #1D0236: hue angle of 271.15º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1D0236 is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB29254-
CMYK0.460.9600.79
HSL271.15º92.86%10.98%-
HSV(B)271.15º96.3%21.18%-
XYZ1.190.573.54-
YUV16149.45137.27-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 34.12%
GREEN value IS 2 (1.17% from 255) = 2.35%
BLUE value IS 54 (21.48% from 255) = 63.53%
R=34.12%
G=2.35%
B=63.53%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal292540.460.9600.79271.1592.8610.98
Hex1D2362E6004F10f5db
Octal3526656140011741713513
Binary111011011011010111011000000100111110000111110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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