Html Css Color HEX #330540 Blackcurrant

📋 copy color: '#330540'

red 51 ◦ green 5 ◦ blue 64

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

Shades of Blackcurrant #330540

Tints of Blackcurrant #330540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 53.33%

R = 42.5%
G = 4.17%
B = 53.33%

CMYK

 C value IS 0.20

 M value IS 0.92

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#330540 (or 0x330540) is known color: Blackcurrant. HEX triplet: 33, 05 and 40. RGB value is (51,5,64). Sum of RGB (Red+Green+Blue) = 51+5+64=120 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.5% from 120); Green value is 5 (2.34% from 255 or 4.17% from 120); Blue value is 64 (25.39% from 255 or 53.33% from 120); Max value from RGB is 64 - color contains mainly: blue. Hex color #330540 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330540 is #CCFABF. Grayscale: #191919. Windows color (decimal): -13433536 or 4195635. OLE color: 4195635.

HSL color Cylindrical-coordinate representation of color #330540: hue angle of 286.78º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #330540 is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 51 5 64 -
CMYK 0.20 0.92 0 0.75
HSL 286.78º 0.86% 0.14% -
HSV(B) 286.78º 0.92% 0.25% -
XYZ 2.34 1.18 4.96 -
YUV 25.48 149.74 146.2 -
System Red Green Blue C M Y K H S L
Decimal 51 5 64 0.20 0.92 0 0.75 286.78 0.86 0.14
Hex 33 5 40 14 5C 0 4B 11F 56 E
Octal 63 5 100 24 134 0 113 437 126 16
Binary 110011 101 1000000 10100 1011100 0 1001011 100011111 1010110 1110

Color Harmonies of #330540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330540

Black with #330540

Text Example


Text Example

White with #330540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330540; }

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

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

background-color css

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

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

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

border-color css

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

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

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