#430255

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

Shades of Blackcurrant #430255

Tints of Blackcurrant #430255

Color information

#430255 (or 0x430255) is unknown color: approx Blackcurrant. HEX triplet: 43, 02 and 55. RGB value is (67,2,85). Sum of RGB (Red+Green+Blue) = 67+2+85=154 (20% of max value = 765). Red value is 67 (26.56% from 255 or 43.51% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 85 (33.59% from 255 or 55.19% from 154); Max value from RGB is 85 - color contains mainly: blue. Hex color #430255 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430255 is #BCFDAA. Grayscale: #1E1E1E. Windows color (decimal): -12385707 or 5571139. OLE color: 5571139.

HSL color Cylindrical-coordinate representation of color #430255: hue angle of 286.99º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #430255 is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB67285-
CMYK0.210.9800.67
HSL286.99º95.4%17.06%-
HSV(B)286.99º97.65%33.33%-
XYZ3.981.898.75-
YUV30.9158.53153.75-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 43.51%
GREEN value IS 2 (1.17% from 255) = 1.30%
BLUE value IS 85 (33.59% from 255) = 55.19%
R=43.51%
G=1.30%
B=55.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal672850.210.9800.67286.9995.417.06
Hex43255156204311f5f11
Octal103212525142010343713721
Binary100001110101010110101110001001000011100011111101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430255; }

 p { color: rgb(67,2,85); }

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

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

 a { background-color: rgb(67,2,85); }

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

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

 span { border-color: rgb(67,2,85); }

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