Html Css Color HEX #330640 Blackcurrant

📋 copy color: '#330640'

red 51 ◦ green 6 ◦ blue 64

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

Shades of Blackcurrant #330640

Tints of Blackcurrant #330640

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.96%

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

R = 42.15%
G = 4.96%
B = 52.89%

CMYK

 C value IS 0.20

 M value IS 0.91

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#330640 (or 0x330640) is known color: Blackcurrant. HEX triplet: 33, 06 and 40. RGB value is (51,6,64). Sum of RGB (Red+Green+Blue) = 51+6+64=121 (16% of max value = 765). Red value is 51 (20.31% from 255 or 42.15% from 121); Green value is 6 (2.73% from 255 or 4.96% from 121); Blue value is 64 (25.39% from 255 or 52.89% from 121); Max value from RGB is 64 - color contains mainly: blue. Hex color #330640 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330640 is #CCF9BF. Grayscale: #191919. Windows color (decimal): -13433280 or 4195891. OLE color: 4195891.

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

Color convert

RGB 51 6 64 -
CMYK 0.20 0.91 0 0.75
HSL 286.55º 0.83% 0.14% -
HSV(B) 286.55º 0.91% 0.25% -
XYZ 2.36 1.2 4.96 -
YUV 26.07 149.41 145.78 -
System Red Green Blue C M Y K H S L
Decimal 51 6 64 0.20 0.91 0 0.75 286.55 0.83 0.14
Hex 33 6 40 14 5B 0 4B 11F 53 E
Octal 63 6 100 24 133 0 113 437 123 16
Binary 110011 110 1000000 10100 1011011 0 1001011 100011111 1010011 1110

Color Harmonies of #330640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330640

Black with #330640

Text Example


Text Example

White with #330640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330640; }

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

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

background-color css

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

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

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

border-color css

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

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

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