#330A43

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

Shades of Blackcurrant #330A43

Tints of Blackcurrant #330A43

Color information

#330A43 (or 0x330A43) is unknown color: approx Blackcurrant. HEX triplet: 33, 0A and 43. RGB value is (51,10,67). Sum of RGB (Red+Green+Blue) = 51+10+67=128 (16% of max value = 765). Red value is 51 (20.31% from 255 or 39.84% from 128); Green value is 10 (4.30% from 255 or 7.81% from 128); Blue value is 67 (26.56% from 255 or 52.34% from 128); Max value from RGB is 67 - color contains mainly: blue. Hex color #330A43 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330A43 is #CCF5BC. Grayscale: #1C1C1C. Windows color (decimal): -13432253 or 4393523. OLE color: 4393523.

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

Color convert

RGB511067-
CMYK0.240.8500.74
HSL283.16º74.03%15.1%-
HSV(B)283.16º85.07%26.27%-
XYZ2.491.335.44-
YUV28.76149.58143.87-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 39.84%
GREEN value IS 10 (4.30% from 255) = 7.81%
BLUE value IS 67 (26.56% from 255) = 52.34%
R=39.84%
G=7.81%
B=52.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5110670.240.8500.74283.1674.0315.1
Hex33A43185504A11b4af
Octal631210330125011243311217
Binary110011101010000111100010101010100101010001101110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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