Html Css Color HEX #330941 Blackcurrant

📋 copy color: '#330941'

red 51 ◦ green 9 ◦ blue 65

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

Shades of Blackcurrant #330941

Tints of Blackcurrant #330941

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.2%

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

R = 40.8%
G = 7.2%
B = 52%

CMYK

 C value IS 0.22

 M value IS 0.86

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#330941 (or 0x330941) is known color: Blackcurrant. HEX triplet: 33, 09 and 41. RGB value is (51,9,65). Sum of RGB (Red+Green+Blue) = 51+9+65=125 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.8% from 125); Green value is 9 (3.91% from 255 or 7.2% from 125); Blue value is 65 (25.78% from 255 or 52% from 125); Max value from RGB is 65 - color contains mainly: blue. Hex color #330941 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330941 is #CCF6BE. Grayscale: #1B1B1B. Windows color (decimal): -13432511 or 4262195. OLE color: 4262195.

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

Color convert

RGB 51 9 65 -
CMYK 0.22 0.86 0 0.75
HSL 285º 0.76% 0.15% -
HSV(B) 285º 0.86% 0.25% -
XYZ 2.42 1.28 5.12 -
YUV 27.94 148.91 144.45 -
System Red Green Blue C M Y K H S L
Decimal 51 9 65 0.22 0.86 0 0.75 285 0.76 0.15
Hex 33 9 41 16 56 0 4B 11D 4C F
Octal 63 11 101 26 126 0 113 435 114 17
Binary 110011 1001 1000001 10110 1010110 0 1001011 100011101 1001100 1111

Color Harmonies of #330941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330941

Black with #330941

Text Example


Text Example

White with #330941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330941; }

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

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

background-color css

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

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

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

border-color css

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

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

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