#330A4B

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

Shades of Blackcurrant #330A4B

Tints of Blackcurrant #330A4B

Color information

#330A4B (or 0x330A4B) is unknown color: approx Blackcurrant. HEX triplet: 33, 0A and 4B. RGB value is (51,10,75). Sum of RGB (Red+Green+Blue) = 51+10+75=136 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.5% from 136); Green value is 10 (4.30% from 255 or 7.35% from 136); Blue value is 75 (29.69% from 255 or 55.15% from 136); Max value from RGB is 75 - color contains mainly: blue. Hex color #330A4B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330A4B is #CCF5B4. Grayscale: #1D1D1D. Windows color (decimal): -13432245 or 4917811. OLE color: 4917811.

HSL color Cylindrical-coordinate representation of color #330A4B: hue angle of 277.85º degrees, saturation: 0.76, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #330A4B is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB511075-
CMYK0.320.8700.71
HSL277.85º76.47%16.67%-
HSV(B)277.85º86.67%29.41%-
XYZ2.741.436.79-
YUV29.67153.58143.21-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 37.5%
GREEN value IS 10 (4.30% from 255) = 7.35%
BLUE value IS 75 (29.69% from 255) = 55.15%
R=37.5%
G=7.35%
B=55.15%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5110750.320.8700.71277.8576.4716.67
Hex33A4B20570471164c11
Octal631211340127010742611421
Binary11001110101001011100000101011101000111100010110100110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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