Html Css Color HEX #330840 Blackcurrant

📋 copy color: '#330840'

red 51 ◦ green 8 ◦ blue 64

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

Shades of Blackcurrant #330840

Tints of Blackcurrant #330840

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.5%

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

R = 41.46%
G = 6.5%
B = 52.03%

CMYK

 C value IS 0.20

 M value IS 0.87

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#330840 (or 0x330840) is known color: Blackcurrant. HEX triplet: 33, 08 and 40. RGB value is (51,8,64). Sum of RGB (Red+Green+Blue) = 51+8+64=123 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.46% from 123); Green value is 8 (3.52% from 255 or 6.50% from 123); Blue value is 64 (25.39% from 255 or 52.03% from 123); Max value from RGB is 64 - color contains mainly: blue. Hex color #330840 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330840 is #CCF7BF. Grayscale: #1B1B1B. Windows color (decimal): -13432768 or 4196403. OLE color: 4196403.

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

Color convert

RGB 51 8 64 -
CMYK 0.20 0.87 0 0.75
HSL 286.07º 0.78% 0.14% -
HSV(B) 286.07º 0.88% 0.25% -
XYZ 2.38 1.25 4.97 -
YUV 27.24 148.75 144.95 -
System Red Green Blue C M Y K H S L
Decimal 51 8 64 0.20 0.87 0 0.75 286.07 0.78 0.14
Hex 33 8 40 14 57 0 4B 11E 4E E
Octal 63 10 100 24 127 0 113 436 116 16
Binary 110011 1000 1000000 10100 1010111 0 1001011 100011110 1001110 1110

Color Harmonies of #330840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330840

Black with #330840

Text Example


Text Example

White with #330840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330840; }

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

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

background-color css

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

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

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

border-color css

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

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

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