Html Css Color HEX #330654 Blackcurrant

📋 copy color: '#330654'

red 51 ◦ green 6 ◦ blue 84

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

Shades of Blackcurrant #330654

Tints of Blackcurrant #330654

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.26%

 BLUE value IS 84 (33.2% from 255) = 59.57%

R = 36.17%
G = 4.26%
B = 59.57%

CMYK

 C value IS 0.39

 M value IS 0.93

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#330654 (or 0x330654) is known color: Blackcurrant. HEX triplet: 33, 06 and 54. RGB value is (51,6,84). Sum of RGB (Red+Green+Blue) = 51+6+84=141 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.17% from 141); Green value is 6 (2.73% from 255 or 4.26% from 141); Blue value is 84 (33.20% from 255 or 59.57% from 141); Max value from RGB is 84 - color contains mainly: blue. Hex color #330654 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330654 is #CCF9AB. Grayscale: #1C1C1C. Windows color (decimal): -13433260 or 5506611. OLE color: 5506611.

HSL color Cylindrical-coordinate representation of color #330654: hue angle of 274.62º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #330654 is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 51 6 84 -
CMYK 0.39 0.93 0 0.67
HSL 274.62º 0.87% 0.18% -
HSV(B) 274.62º 0.93% 0.33% -
XYZ 3.03 1.47 8.51 -
YUV 28.35 159.41 144.16 -
System Red Green Blue C M Y K H S L
Decimal 51 6 84 0.39 0.93 0 0.67 274.62 0.87 0.18
Hex 33 6 54 27 5D 0 43 113 57 12
Octal 63 6 124 47 135 0 103 423 127 22
Binary 110011 110 1010100 100111 1011101 0 1000011 100010011 1010111 10010

Color Harmonies of #330654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330654

Black with #330654

Text Example


Text Example

White with #330654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330654; }

 p { color: rgb(51,6,84); }

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

background-color css

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

 a { background-color: rgb(51,6,84); }

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

border-color css

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

 span { border-color: rgb(51,6,84); }

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