Html Css Color HEX #330246 Blackcurrant

📋 copy color: '#330246'

red 51 ◦ green 2 ◦ blue 70

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

Shades of Blackcurrant #330246

Tints of Blackcurrant #330246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 56.91%

R = 41.46%
G = 1.63%
B = 56.91%

CMYK

 C value IS 0.27

 M value IS 0.97

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#330246 (or 0x330246) is known color: Blackcurrant. HEX triplet: 33, 02 and 46. RGB value is (51,2,70). Sum of RGB (Red+Green+Blue) = 51+2+70=123 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.46% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 70 (27.73% from 255 or 56.91% from 123); Max value from RGB is 70 - color contains mainly: blue. Hex color #330246 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330246 is #CCFDB9. Grayscale: #181818. Windows color (decimal): -13434298 or 4588083. OLE color: 4588083.

HSL color Cylindrical-coordinate representation of color #330246: hue angle of 283.24º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #330246 is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 51 2 70 -
CMYK 0.27 0.97 0 0.73
HSL 283.24º 0.94% 0.14% -
HSV(B) 283.24º 0.97% 0.27% -
XYZ 2.49 1.19 5.89 -
YUV 24.4 153.73 146.97 -
System Red Green Blue C M Y K H S L
Decimal 51 2 70 0.27 0.97 0 0.73 283.24 0.94 0.14
Hex 33 2 46 1B 61 0 49 11B 5E E
Octal 63 2 106 33 141 0 111 433 136 16
Binary 110011 10 1000110 11011 1100001 0 1001001 100011011 1011110 1110

Color Harmonies of #330246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330246

Black with #330246

Text Example


Text Example

White with #330246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330246; }

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

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

background-color css

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

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

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

border-color css

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

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

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