#430B51

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

Shades of Blackcurrant #430B51

Tints of Blackcurrant #430B51

Color information

#430B51 (or 0x430B51) is unknown color: approx Blackcurrant. HEX triplet: 43, 0B and 51. RGB value is (67,11,81). Sum of RGB (Red+Green+Blue) = 67+11+81=159 (21% of max value = 765). Red value is 67 (26.56% from 255 or 42.14% from 159); Green value is 11 (4.69% from 255 or 6.92% from 159); Blue value is 81 (32.03% from 255 or 50.94% from 159); Max value from RGB is 81 - color contains mainly: blue. Hex color #430B51 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430B51 is #BCF4AE. Grayscale: #232323. Windows color (decimal): -12383407 or 5311299. OLE color: 5311299.

HSL color Cylindrical-coordinate representation of color #430B51: hue angle of 288º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #430B51 is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB671181-
CMYK0.170.8600.68
HSL288º76.09%18.04%-
HSV(B)288º86.42%31.76%-
XYZ3.922.037.97-
YUV35.72153.55150.31-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 42.14%
GREEN value IS 11 (4.69% from 255) = 6.92%
BLUE value IS 81 (32.03% from 255) = 50.94%
R=42.14%
G=6.92%
B=50.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6711810.170.8600.6828876.0918.04
Hex43B5111560441204c12
Octal1031312121126010444011422
Binary10000111011101000110001101011001000100100100000100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430B51; }

 p { color: rgb(67,11,81); }

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

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

 a { background-color: rgb(67,11,81); }

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

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

 span { border-color: rgb(67,11,81); }

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