#1D0235

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

Shades of Blackcurrant #1D0235

Tints of Blackcurrant #1D0235

Color information

#1D0235 (or 0x1D0235) is unknown color: approx Blackcurrant. HEX triplet: 1D, 02 and 35. RGB value is (29,2,53). Sum of RGB (Red+Green+Blue) = 29+2+53=84 (11% of max value = 765). Red value is 29 (11.72% from 255 or 34.52% from 84); Green value is 2 (1.17% from 255 or 2.38% from 84); Blue value is 53 (21.09% from 255 or 63.10% from 84); Max value from RGB is 53 - color contains mainly: blue. Hex color #1D0235 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0235 is #E2FDCA. Grayscale: #0F0F0F. Windows color (decimal): -14876107 or 3473949. OLE color: 3473949.

HSL color Cylindrical-coordinate representation of color #1D0235: hue angle of 271.76º 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 #1D0235 is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB29253-
CMYK0.450.9600.79
HSL271.76º92.73%10.78%-
HSV(B)271.76º96.23%20.78%-
XYZ1.170.563.41-
YUV15.89148.95137.35-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 34.52%
GREEN value IS 2 (1.17% from 255) = 2.38%
BLUE value IS 53 (21.09% from 255) = 63.10%
R=34.52%
G=2.38%
B=63.10%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal292530.450.9600.79271.7692.7310.78
Hex1D2352D6004F1105db
Octal3526555140011742013513
Binary111011011010110110111000000100111110001000010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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