#430053

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

Shades of Blackcurrant #430053

Tints of Blackcurrant #430053

Color information

#430053 (or 0x430053) is unknown color: approx Blackcurrant. HEX triplet: 43, 00 and 53. RGB value is (67,0,83). Sum of RGB (Red+Green+Blue) = 67+0+83=150 (19% of max value = 765). Red value is 67 (26.56% from 255 or 44.67% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 83 (32.81% from 255 or 55.33% from 150); Max value from RGB is 83 - color contains mainly: blue. Hex color #430053 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430053 is #BCFFAC. Grayscale: #1D1D1D. Windows color (decimal): -12386221 or 5439555. OLE color: 5439555.

HSL color Cylindrical-coordinate representation of color #430053: hue angle of 288.43º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #430053 is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB67083-
CMYK0.19100.67
HSL288.43º100%16.27%-
HSV(B)288.43º100%32.55%-
XYZ3.881.828.33-
YUV29.49158.2154.75-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 44.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 83 (32.81% from 255) = 55.33%
R=44.67%
G=0%
B=55.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal670830.19100.67288.4310016.27
Hex4305313640431206410
Octal103012323144010344014420
Binary10000110101001110011110010001000011100100000110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430053; }

 p { color: rgb(67,0,83); }

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

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

 a { background-color: rgb(67,0,83); }

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

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

 span { border-color: rgb(67,0,83); }

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