Html Css Color HEX #330542 Blackcurrant

📋 copy color: '#330542'

red 51 ◦ green 5 ◦ blue 66

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

Shades of Blackcurrant #330542

Tints of Blackcurrant #330542

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.1%

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

R = 41.8%
G = 4.1%
B = 54.1%

CMYK

 C value IS 0.23

 M value IS 0.92

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#330542 (or 0x330542) is known color: Blackcurrant. HEX triplet: 33, 05 and 42. RGB value is (51,5,66). Sum of RGB (Red+Green+Blue) = 51+5+66=122 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.80% from 122); Green value is 5 (2.34% from 255 or 4.10% from 122); Blue value is 66 (26.17% from 255 or 54.10% from 122); Max value from RGB is 66 - color contains mainly: blue. Hex color #330542 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330542 is #CCFABD. Grayscale: #191919. Windows color (decimal): -13433534 or 4326707. OLE color: 4326707.

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

Color convert

RGB 51 5 66 -
CMYK 0.23 0.92 0 0.74
HSL 285.25º 0.86% 0.14% -
HSV(B) 285.25º 0.92% 0.26% -
XYZ 2.4 1.21 5.26 -
YUV 25.71 150.74 146.04 -
System Red Green Blue C M Y K H S L
Decimal 51 5 66 0.23 0.92 0 0.74 285.25 0.86 0.14
Hex 33 5 42 17 5C 0 4A 11D 56 E
Octal 63 5 102 27 134 0 112 435 126 16
Binary 110011 101 1000010 10111 1011100 0 1001010 100011101 1010110 1110

Color Harmonies of #330542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330542

Black with #330542

Text Example


Text Example

White with #330542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330542; }

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

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

background-color css

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

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

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

border-color css

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

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

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