Html Css Color HEX #330539 Blackcurrant

📋 copy color: '#330539'

red 51 ◦ green 5 ◦ blue 57

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

Shades of Blackcurrant #330539

Tints of Blackcurrant #330539

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.42%

 BLUE value IS 57 (22.66% from 255) = 50.44%

R = 45.13%
G = 4.42%
B = 50.44%

CMYK

 C value IS 0.11

 M value IS 0.91

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#330539 (or 0x330539) is known color: Blackcurrant. HEX triplet: 33, 05 and 39. RGB value is (51,5,57). Sum of RGB (Red+Green+Blue) = 51+5+57=113 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.13% from 113); Green value is 5 (2.34% from 255 or 4.42% from 113); Blue value is 57 (22.66% from 255 or 50.44% from 113); Max value from RGB is 57 - color contains mainly: blue. Hex color #330539 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330539 is #CCFAC6. Grayscale: #181818. Windows color (decimal): -13433543 or 3736883. OLE color: 3736883.

HSL color Cylindrical-coordinate representation of color #330539: hue angle of 293.08º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #330539 is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 51 5 57 -
CMYK 0.11 0.91 0 0.78
HSL 293.08º 0.84% 0.12% -
HSV(B) 293.08º 0.91% 0.22% -
XYZ 2.16 1.11 3.97 -
YUV 24.68 146.24 146.77 -
System Red Green Blue C M Y K H S L
Decimal 51 5 57 0.11 0.91 0 0.78 293.08 0.84 0.12
Hex 33 5 39 B 5B 0 4E 125 54 C
Octal 63 5 71 13 133 0 116 445 124 14
Binary 110011 101 111001 1011 1011011 0 1001110 100100101 1010100 1100

Color Harmonies of #330539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330539

Black with #330539

Text Example


Text Example

White with #330539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330539; }

 p { color: rgb(51,5,57); }

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

background-color css

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

 a { background-color: rgb(51,5,57); }

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

border-color css

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

 span { border-color: rgb(51,5,57); }

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