Html Css Color HEX #330440 Blackcurrant

📋 copy color: '#330440'

red 51 ◦ green 4 ◦ blue 64

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

Shades of Blackcurrant #330440

Tints of Blackcurrant #330440

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.36%

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

R = 42.86%
G = 3.36%
B = 53.78%

CMYK

 C value IS 0.20

 M value IS 0.94

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#330440 (or 0x330440) is known color: Blackcurrant. HEX triplet: 33, 04 and 40. RGB value is (51,4,64). Sum of RGB (Red+Green+Blue) = 51+4+64=119 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.86% from 119); Green value is 4 (1.95% from 255 or 3.36% from 119); Blue value is 64 (25.39% from 255 or 53.78% from 119); Max value from RGB is 64 - color contains mainly: blue. Hex color #330440 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330440 is #CCFBBF. Grayscale: #181818. Windows color (decimal): -13433792 or 4195379. OLE color: 4195379.

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

Color convert

RGB 51 4 64 -
CMYK 0.20 0.94 0 0.75
HSL 287º 0.88% 0.13% -
HSV(B) 287º 0.94% 0.25% -
XYZ 2.33 1.16 4.95 -
YUV 24.89 150.07 146.62 -
System Red Green Blue C M Y K H S L
Decimal 51 4 64 0.20 0.94 0 0.75 287 0.88 0.13
Hex 33 4 40 14 5E 0 4B 11F 58 D
Octal 63 4 100 24 136 0 113 437 130 15
Binary 110011 100 1000000 10100 1011110 0 1001011 100011111 1011000 1101

Color Harmonies of #330440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330440

Black with #330440

Text Example


Text Example

White with #330440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330440; }

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

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

background-color css

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

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

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

border-color css

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

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

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