Html Css Color HEX #330553 Blackcurrant

📋 copy color: '#330553'

red 51 ◦ green 5 ◦ blue 83

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

Shades of Blackcurrant #330553

Tints of Blackcurrant #330553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 59.71%

R = 36.69%
G = 3.6%
B = 59.71%

CMYK

 C value IS 0.39

 M value IS 0.94

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#330553 (or 0x330553) is known color: Blackcurrant. HEX triplet: 33, 05 and 53. RGB value is (51,5,83). Sum of RGB (Red+Green+Blue) = 51+5+83=139 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.69% from 139); Green value is 5 (2.34% from 255 or 3.60% from 139); Blue value is 83 (32.81% from 255 or 59.71% from 139); Max value from RGB is 83 - color contains mainly: blue. Hex color #330553 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330553 is #CCFAAC. Grayscale: #1B1B1B. Windows color (decimal): -13433517 or 5440819. OLE color: 5440819.

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

Color convert

RGB 51 5 83 -
CMYK 0.39 0.94 0 0.67
HSL 275.38º 0.89% 0.17% -
HSV(B) 275.38º 0.94% 0.33% -
XYZ 2.98 1.44 8.3 -
YUV 27.65 159.24 144.66 -
System Red Green Blue C M Y K H S L
Decimal 51 5 83 0.39 0.94 0 0.67 275.38 0.89 0.17
Hex 33 5 53 27 5E 0 43 113 59 11
Octal 63 5 123 47 136 0 103 423 131 21
Binary 110011 101 1010011 100111 1011110 0 1000011 100010011 1011001 10001

Color Harmonies of #330553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330553

Black with #330553

Text Example


Text Example

White with #330553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330553; }

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

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

background-color css

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

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

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

border-color css

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

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

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