Html Css Color HEX #330044 Blackcurrant

📋 copy color: '#330044'

red 51 ◦ green 0 ◦ blue 68

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

Shades of Blackcurrant #330044

Tints of Blackcurrant #330044

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 68 (26.95% from 255) = 57.14%

R = 42.86%
G = 0%
B = 57.14%

CMYK

 C value IS 0.25

 M value IS 1

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#330044 (or 0x330044) is known color: Blackcurrant. HEX triplet: 33, 00 and 44. RGB value is (51,0,68). Sum of RGB (Red+Green+Blue) = 51+0+68=119 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.86% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 68 (26.95% from 255 or 57.14% from 119); Max value from RGB is 68 - color contains mainly: blue. Hex color #330044 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330044 is #CCFFBB. Grayscale: #161616. Windows color (decimal): -13434812 or 4456499. OLE color: 4456499.

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

Color convert

RGB 51 0 68 -
CMYK 0.25 1 0 0.73
HSL 285º 1% 0.13% -
HSV(B) 285º 1% 0.27% -
XYZ 2.41 1.12 5.56 -
YUV 23 153.4 147.97 -
System Red Green Blue C M Y K H S L
Decimal 51 0 68 0.25 1 0 0.73 285 1 0.13
Hex 33 0 44 19 64 0 49 11D 64 D
Octal 63 0 104 31 144 0 111 435 144 15
Binary 110011 0 1000100 11001 1100100 0 1001001 100011101 1100100 1101

Color Harmonies of #330044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330044

Black with #330044

Text Example


Text Example

White with #330044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330044; }

 p { color: rgb(51,0,68); }

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

background-color css

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

 a { background-color: rgb(51,0,68); }

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

border-color css

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

 span { border-color: rgb(51,0,68); }

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