#1D023C

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

Shades of Blackcurrant #1D023C

Tints of Blackcurrant #1D023C

Color information

#1D023C (or 0x1D023C) is unknown color: approx Blackcurrant. HEX triplet: 1D, 02 and 3C. RGB value is (29,2,60). Sum of RGB (Red+Green+Blue) = 29+2+60=91 (12% of max value = 765). Red value is 29 (11.72% from 255 or 31.87% from 91); Green value is 2 (1.17% from 255 or 2.20% from 91); Blue value is 60 (23.83% from 255 or 65.93% from 91); Max value from RGB is 60 - color contains mainly: blue. Hex color #1D023C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D023C is #E2FDC3. Grayscale: #101010. Windows color (decimal): -14876100 or 3932701. OLE color: 3932701.

HSL color Cylindrical-coordinate representation of color #1D023C: hue angle of 267.93º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1D023C is Cyan = 0.52, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB29260-
CMYK0.520.9700.76
HSL267.93º93.55%12.16%-
HSV(B)267.93º96.67%23.53%-
XYZ1.340.634.33-
YUV16.68152.45136.78-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 31.87%
GREEN value IS 2 (1.17% from 255) = 2.20%
BLUE value IS 60 (23.83% from 255) = 65.93%
R=31.87%
G=2.20%
B=65.93%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal292600.520.9700.76267.9393.5512.16
Hex1D23C346104C10c5ec
Octal3527464141011441413614
Binary111011011110011010011000010100110010000110010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D023C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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