#330E43

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

Shades of Blackcurrant #330E43

Tints of Blackcurrant #330E43

Color information

#330E43 (or 0x330E43) is unknown color: approx Blackcurrant. HEX triplet: 33, 0E and 43. RGB value is (51,14,67). Sum of RGB (Red+Green+Blue) = 51+14+67=132 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.64% from 132); Green value is 14 (5.86% from 255 or 10.61% from 132); Blue value is 67 (26.56% from 255 or 50.76% from 132); Max value from RGB is 67 - color contains mainly: blue. Hex color #330E43 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330E43 is #CCF1BC. Grayscale: #1E1E1E. Windows color (decimal): -13431229 or 4394547. OLE color: 4394547.

HSL color Cylindrical-coordinate representation of color #330E43: hue angle of 281.89º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #330E43 is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB511467-
CMYK0.240.7900.74
HSL281.89º65.43%15.88%-
HSV(B)281.89º79.1%26.27%-
XYZ2.541.425.45-
YUV31.1148.26142.19-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 38.64%
GREEN value IS 14 (5.86% from 255) = 10.61%
BLUE value IS 67 (26.56% from 255) = 50.76%
R=38.64%
G=10.61%
B=50.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5114670.240.7900.74281.8965.4315.88
Hex33E43184F04A11a4110
Octal631610330117011243210120
Binary1100111110100001111000100111101001010100011010100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330E43; }

 p { color: rgb(51,14,67); }

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

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

 a { background-color: rgb(51,14,67); }

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

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

 span { border-color: rgb(51,14,67); }

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