Html Css Color HEX #330140 Blackcurrant

📋 copy color: '#330140'

red 51 ◦ green 1 ◦ blue 64

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

Shades of Blackcurrant #330140

Tints of Blackcurrant #330140

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.86%

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

R = 43.97%
G = 0.86%
B = 55.17%

CMYK

 C value IS 0.20

 M value IS 0.98

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#330140 (or 0x330140) is known color: Blackcurrant. HEX triplet: 33, 01 and 40. RGB value is (51,1,64). Sum of RGB (Red+Green+Blue) = 51+1+64=116 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.97% from 116); Green value is 1 (0.78% from 255 or 0.86% from 116); Blue value is 64 (25.39% from 255 or 55.17% from 116); Max value from RGB is 64 - color contains mainly: blue. Hex color #330140 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330140 is #CCFEBF. Grayscale: #161616. Windows color (decimal): -13434560 or 4194611. OLE color: 4194611.

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

Color convert

RGB 51 1 64 -
CMYK 0.20 0.98 0 0.75
HSL 287.62º 0.97% 0.13% -
HSV(B) 287.62º 0.98% 0.25% -
XYZ 2.3 1.1 4.94 -
YUV 23.13 151.07 147.88 -
System Red Green Blue C M Y K H S L
Decimal 51 1 64 0.20 0.98 0 0.75 287.62 0.97 0.13
Hex 33 1 40 14 62 0 4B 120 61 D
Octal 63 1 100 24 142 0 113 440 141 15
Binary 110011 1 1000000 10100 1100010 0 1001011 100100000 1100001 1101

Color Harmonies of #330140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330140

Black with #330140

Text Example


Text Example

White with #330140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330140; }

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

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

background-color css

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

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

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

border-color css

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

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

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