Html Css Color HEX #330149 Blackcurrant

📋 copy color: '#330149'

red 51 ◦ green 1 ◦ blue 73

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

Shades of Blackcurrant #330149

Tints of Blackcurrant #330149

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.8%

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

R = 40.8%
G = 0.8%
B = 58.4%

CMYK

 C value IS 0.30

 M value IS 0.99

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#330149 (or 0x330149) is known color: Blackcurrant. HEX triplet: 33, 01 and 49. RGB value is (51,1,73). Sum of RGB (Red+Green+Blue) = 51+1+73=125 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.8% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 73 (28.91% from 255 or 58.4% from 125); Max value from RGB is 73 - color contains mainly: blue. Hex color #330149 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330149 is #CCFEB6. Grayscale: #171717. Windows color (decimal): -13434551 or 4784435. OLE color: 4784435.

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

Color convert

RGB 51 1 73 -
CMYK 0.30 0.99 0 0.71
HSL 281.67º 0.97% 0.15% -
HSV(B) 281.67º 0.99% 0.29% -
XYZ 2.58 1.21 6.4 -
YUV 24.16 155.57 147.15 -
System Red Green Blue C M Y K H S L
Decimal 51 1 73 0.30 0.99 0 0.71 281.67 0.97 0.15
Hex 33 1 49 1E 63 0 47 11A 61 F
Octal 63 1 111 36 143 0 107 432 141 17
Binary 110011 1 1001001 11110 1100011 0 1000111 100011010 1100001 1111

Color Harmonies of #330149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330149

Black with #330149

Text Example


Text Example

White with #330149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330149; }

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

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

background-color css

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

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

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

border-color css

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

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

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