Html Css Color HEX #330241 Blackcurrant

📋 copy color: '#330241'

red 51 ◦ green 2 ◦ blue 65

#330241
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #330241

Tints of Blackcurrant #330241

RGB

 RED value IS 51 (20.31% from 255) = 43.22%

 GREEN value IS 2 (1.17% from 255) = 1.69%

 BLUE value IS 65 (25.78% from 255) = 55.08%

R = 43.22%
G = 1.69%
B = 55.08%

CMYK

 C value IS 0.22

 M value IS 0.97

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#330241 (or 0x330241) is known color: Blackcurrant. HEX triplet: 33, 02 and 41. RGB value is (51,2,65). Sum of RGB (Red+Green+Blue) = 51+2+65=118 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.22% from 118); Green value is 2 (1.17% from 255 or 1.69% from 118); Blue value is 65 (25.78% from 255 or 55.08% from 118); Max value from RGB is 65 - color contains mainly: blue. Hex color #330241 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330241 is #CCFDBE. Grayscale: #171717. Windows color (decimal): -13434303 or 4260403. OLE color: 4260403.

HSL color Cylindrical-coordinate representation of color #330241: hue angle of 286.67º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #330241 is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 51 2 65 -
CMYK 0.22 0.97 0 0.75
HSL 286.67º 0.94% 0.13% -
HSV(B) 286.67º 0.97% 0.25% -
XYZ 2.34 1.13 5.1 -
YUV 23.83 151.23 147.38 -
System Red Green Blue C M Y K H S L
Decimal 51 2 65 0.22 0.97 0 0.75 286.67 0.94 0.13
Hex 33 2 41 16 61 0 4B 11F 5E D
Octal 63 2 101 26 141 0 113 437 136 15
Binary 110011 10 1000001 10110 1100001 0 1001011 100011111 1011110 1101

Color Harmonies of #330241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330241

Black with #330241

Text Example


Text Example

White with #330241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330241; }

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

 H1.HeaderClassName
 {
   color: #330241;
 }
 .AnyTagClassName
 {
   color: #330241;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #330241;
 }
 .BgClassName
 {
   background-color: #330241;
 }
</style>

border-color css

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

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

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