Html Css Color HEX #330240 Blackcurrant

📋 copy color: '#330240'

red 51 ◦ green 2 ◦ blue 64

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

Shades of Blackcurrant #330240

Tints of Blackcurrant #330240

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.71%

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

R = 43.59%
G = 1.71%
B = 54.7%

CMYK

 C value IS 0.20

 M value IS 0.97

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#330240 (or 0x330240) is known color: Blackcurrant. HEX triplet: 33, 02 and 40. RGB value is (51,2,64). Sum of RGB (Red+Green+Blue) = 51+2+64=117 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.59% from 117); Green value is 2 (1.17% from 255 or 1.71% from 117); Blue value is 64 (25.39% from 255 or 54.70% from 117); Max value from RGB is 64 - color contains mainly: blue. Hex color #330240 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330240 is #CCFDBF. Grayscale: #171717. Windows color (decimal): -13434304 or 4194867. OLE color: 4194867.

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

Color convert

RGB 51 2 64 -
CMYK 0.20 0.97 0 0.75
HSL 287.42º 0.94% 0.13% -
HSV(B) 287.42º 0.97% 0.25% -
XYZ 2.31 1.12 4.94 -
YUV 23.72 150.73 147.46 -
System Red Green Blue C M Y K H S L
Decimal 51 2 64 0.20 0.97 0 0.75 287.42 0.94 0.13
Hex 33 2 40 14 61 0 4B 11F 5E D
Octal 63 2 100 24 141 0 113 437 136 15
Binary 110011 10 1000000 10100 1100001 0 1001011 100011111 1011110 1101

Color Harmonies of #330240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330240

Black with #330240

Text Example


Text Example

White with #330240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330240; }

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

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

background-color css

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

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

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

border-color css

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

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

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