Html Css Color HEX #330141 Blackcurrant

📋 copy color: '#330141'

red 51 ◦ green 1 ◦ blue 65

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

Shades of Blackcurrant #330141

Tints of Blackcurrant #330141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 55.56%

R = 43.59%
G = 0.85%
B = 55.56%

CMYK

 C value IS 0.22

 M value IS 0.98

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#330141 (or 0x330141) is known color: Blackcurrant. HEX triplet: 33, 01 and 41. RGB value is (51,1,65). Sum of RGB (Red+Green+Blue) = 51+1+65=117 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.59% from 117); Green value is 1 (0.78% from 255 or 0.85% from 117); Blue value is 65 (25.78% from 255 or 55.56% from 117); Max value from RGB is 65 - color contains mainly: blue. Hex color #330141 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330141 is #CCFEBE. Grayscale: #171717. Windows color (decimal): -13434559 or 4260147. OLE color: 4260147.

HSL color Cylindrical-coordinate representation of color #330141: hue angle of 286.88º 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 #330141 is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 51 1 65 -
CMYK 0.22 0.98 0 0.75
HSL 286.88º 0.97% 0.13% -
HSV(B) 286.88º 0.98% 0.25% -
XYZ 2.33 1.11 5.09 -
YUV 23.25 151.57 147.8 -
System Red Green Blue C M Y K H S L
Decimal 51 1 65 0.22 0.98 0 0.75 286.88 0.97 0.13
Hex 33 1 41 16 62 0 4B 11F 61 D
Octal 63 1 101 26 142 0 113 437 141 15
Binary 110011 1 1000001 10110 1100010 0 1001011 100011111 1100001 1101

Color Harmonies of #330141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330141

Black with #330141

Text Example


Text Example

White with #330141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330141; }

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

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

background-color css

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

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

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

border-color css

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

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

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