Html Css Color HEX #330949 Blackcurrant

📋 copy color: '#330949'

red 51 ◦ green 9 ◦ blue 73

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

Shades of Blackcurrant #330949

Tints of Blackcurrant #330949

RGB

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

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

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

R = 38.35%
G = 6.77%
B = 54.89%

CMYK

 C value IS 0.30

 M value IS 0.88

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#330949 (or 0x330949) is known color: Blackcurrant. HEX triplet: 33, 09 and 49. RGB value is (51,9,73). Sum of RGB (Red+Green+Blue) = 51+9+73=133 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.35% from 133); Green value is 9 (3.91% from 255 or 6.77% from 133); Blue value is 73 (28.91% from 255 or 54.89% from 133); Max value from RGB is 73 - color contains mainly: blue. Hex color #330949 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330949 is #CCF6B6. Grayscale: #1C1C1C. Windows color (decimal): -13432503 or 4786483. OLE color: 4786483.

HSL color Cylindrical-coordinate representation of color #330949: hue angle of 279.38º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #330949 is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 51 9 73 -
CMYK 0.30 0.88 0 0.71
HSL 279.38º 0.78% 0.16% -
HSV(B) 279.38º 0.88% 0.29% -
XYZ 2.67 1.38 6.43 -
YUV 28.85 152.91 143.8 -
System Red Green Blue C M Y K H S L
Decimal 51 9 73 0.30 0.88 0 0.71 279.38 0.78 0.16
Hex 33 9 49 1E 58 0 47 117 4E 10
Octal 63 11 111 36 130 0 107 427 116 20
Binary 110011 1001 1001001 11110 1011000 0 1000111 100010111 1001110 10000

Color Harmonies of #330949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330949

Black with #330949

Text Example


Text Example

White with #330949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330949; }

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

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

background-color css

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

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

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

border-color css

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

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

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