#330C41

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

Shades of Blackcurrant #330C41

Tints of Blackcurrant #330C41

Color information

#330C41 (or 0x330C41) is unknown color: approx Blackcurrant. HEX triplet: 33, 0C and 41. RGB value is (51,12,65). Sum of RGB (Red+Green+Blue) = 51+12+65=128 (16% of max value = 765). Red value is 51 (20.31% from 255 or 39.84% from 128); Green value is 12 (5.08% from 255 or 9.38% from 128); Blue value is 65 (25.78% from 255 or 50.78% from 128); Max value from RGB is 65 - color contains mainly: blue. Hex color #330C41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330C41 is #CCF3BE. Grayscale: #1D1D1D. Windows color (decimal): -13431743 or 4262963. OLE color: 4262963.

HSL color Cylindrical-coordinate representation of color #330C41: hue angle of 284.15º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #330C41 is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB511265-
CMYK0.220.8200.75
HSL284.15º68.83%15.1%-
HSV(B)284.15º81.54%25.49%-
XYZ2.451.355.13-
YUV29.7147.92143.19-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 39.84%
GREEN value IS 12 (5.08% from 255) = 9.38%
BLUE value IS 65 (25.78% from 255) = 50.78%
R=39.84%
G=9.38%
B=50.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5112650.220.8200.75284.1568.8315.1
Hex33C41165204B11c45f
Octal631410126122011343410517
Binary110011110010000011011010100100100101110001110010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,12,65); }

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

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

 a { background-color: rgb(51,12,65); }

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

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

 span { border-color: rgb(51,12,65); }

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