Html Css Color HEX #330342 Blackcurrant

📋 copy color: '#330342'

red 51 ◦ green 3 ◦ blue 66

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

Shades of Blackcurrant #330342

Tints of Blackcurrant #330342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 55%

R = 42.5%
G = 2.5%
B = 55%

CMYK

 C value IS 0.23

 M value IS 0.95

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#330342 (or 0x330342) is known color: Blackcurrant. HEX triplet: 33, 03 and 42. RGB value is (51,3,66). Sum of RGB (Red+Green+Blue) = 51+3+66=120 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.5% from 120); Green value is 3 (1.56% from 255 or 2.5% from 120); Blue value is 66 (26.17% from 255 or 55% from 120); Max value from RGB is 66 - color contains mainly: blue. Hex color #330342 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330342 is #CCFCBD. Grayscale: #181818. Windows color (decimal): -13434046 or 4326195. OLE color: 4326195.

HSL color Cylindrical-coordinate representation of color #330342: hue angle of 285.71º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #330342 is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 51 3 66 -
CMYK 0.23 0.95 0 0.74
HSL 285.71º 0.91% 0.14% -
HSV(B) 285.71º 0.95% 0.26% -
XYZ 2.38 1.16 5.25 -
YUV 24.53 151.4 146.88 -
System Red Green Blue C M Y K H S L
Decimal 51 3 66 0.23 0.95 0 0.74 285.71 0.91 0.14
Hex 33 3 42 17 5F 0 4A 11E 5B E
Octal 63 3 102 27 137 0 112 436 133 16
Binary 110011 11 1000010 10111 1011111 0 1001010 100011110 1011011 1110

Color Harmonies of #330342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330342

Black with #330342

Text Example


Text Example

White with #330342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330342; }

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

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

background-color css

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

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

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

border-color css

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

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

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