#1D0643

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

Shades of Blackcurrant #1D0643

Tints of Blackcurrant #1D0643

Color information

#1D0643 (or 0x1D0643) is unknown color: approx Blackcurrant. HEX triplet: 1D, 06 and 43. RGB value is (29,6,67). Sum of RGB (Red+Green+Blue) = 29+6+67=102 (13% of max value = 765). Red value is 29 (11.72% from 255 or 28.43% from 102); Green value is 6 (2.73% from 255 or 5.88% from 102); Blue value is 67 (26.56% from 255 or 65.69% from 102); Max value from RGB is 67 - color contains mainly: blue. Hex color #1D0643 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0643 is #E2F9BC. Grayscale: #131313. Windows color (decimal): -14875069 or 4392477. OLE color: 4392477.

HSL color Cylindrical-coordinate representation of color #1D0643: hue angle of 262.62º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1D0643 is Cyan = 0.57, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB29667-
CMYK0.570.9100.74
HSL262.62º83.56%14.31%-
HSV(B)262.62º91.04%26.27%-
XYZ1.580.85.38-
YUV19.83154.62134.54-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 28.43%
GREEN value IS 6 (2.73% from 255) = 5.88%
BLUE value IS 67 (26.56% from 255) = 65.69%
R=28.43%
G=5.88%
B=65.69%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal296670.570.9100.74262.6283.5614.31
Hex1D643395B04A10754e
Octal35610371133011240712416
Binary11101110100001111100110110110100101010000011110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,6,67); }

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

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

 a { background-color: rgb(29,6,67); }

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

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

 span { border-color: rgb(29,6,67); }

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