Html Css Color HEX #330C49 Blackcurrant

📋 copy color: '#330C49'

red 51 ◦ green 12 ◦ blue 73

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

Shades of Blackcurrant #330C49

Tints of Blackcurrant #330C49

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.82%

 BLUE value IS 73 (28.91% from 255) = 53.68%

R = 37.5%
G = 8.82%
B = 53.68%

CMYK

 C value IS 0.30

 M value IS 0.84

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#330C49 (or 0x330C49) is known color: Blackcurrant. HEX triplet: 33, 0C and 49. RGB value is (51,12,73). Sum of RGB (Red+Green+Blue) = 51+12+73=136 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.5% from 136); Green value is 12 (5.08% from 255 or 8.82% from 136); Blue value is 73 (28.91% from 255 or 53.68% from 136); Max value from RGB is 73 - color contains mainly: blue. Hex color #330C49 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330C49 is #CCF3B6. Grayscale: #1E1E1E. Windows color (decimal): -13431735 or 4787251. OLE color: 4787251.

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

Color convert

RGB 51 12 73 -
CMYK 0.30 0.84 0 0.71
HSL 278.36º 0.72% 0.17% -
HSV(B) 278.36º 0.84% 0.29% -
XYZ 2.7 1.45 6.44 -
YUV 30.62 151.92 142.54 -
System Red Green Blue C M Y K H S L
Decimal 51 12 73 0.30 0.84 0 0.71 278.36 0.72 0.17
Hex 33 C 49 1E 54 0 47 116 48 11
Octal 63 14 111 36 124 0 107 426 110 21
Binary 110011 1100 1001001 11110 1010100 0 1000111 100010110 1001000 10001

Color Harmonies of #330C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330C49

Black with #330C49

Text Example


Text Example

White with #330C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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