Html Css Color HEX #330341 Blackcurrant

📋 copy color: '#330341'

red 51 ◦ green 3 ◦ blue 65

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

Shades of Blackcurrant #330341

Tints of Blackcurrant #330341

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.52%

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

R = 42.86%
G = 2.52%
B = 54.62%

CMYK

 C value IS 0.22

 M value IS 0.95

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#330341 (or 0x330341) is known color: Blackcurrant. HEX triplet: 33, 03 and 41. RGB value is (51,3,65). Sum of RGB (Red+Green+Blue) = 51+3+65=119 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.86% from 119); Green value is 3 (1.56% from 255 or 2.52% from 119); Blue value is 65 (25.78% from 255 or 54.62% from 119); Max value from RGB is 65 - color contains mainly: blue. Hex color #330341 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330341 is #CCFCBE. Grayscale: #181818. Windows color (decimal): -13434047 or 4260659. OLE color: 4260659.

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

Color convert

RGB 51 3 65 -
CMYK 0.22 0.95 0 0.75
HSL 286.45º 0.91% 0.13% -
HSV(B) 286.45º 0.95% 0.25% -
XYZ 2.35 1.15 5.1 -
YUV 24.42 150.9 146.96 -
System Red Green Blue C M Y K H S L
Decimal 51 3 65 0.22 0.95 0 0.75 286.45 0.91 0.13
Hex 33 3 41 16 5F 0 4B 11E 5B D
Octal 63 3 101 26 137 0 113 436 133 15
Binary 110011 11 1000001 10110 1011111 0 1001011 100011110 1011011 1101

Color Harmonies of #330341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330341

Black with #330341

Text Example


Text Example

White with #330341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330341; }

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

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

background-color css

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

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

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

border-color css

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

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

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