Html Css Color HEX #330353 Blackcurrant

📋 copy color: '#330353'

red 51 ◦ green 3 ◦ blue 83

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

Shades of Blackcurrant #330353

Tints of Blackcurrant #330353

RGB

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

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

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

R = 37.23%
G = 2.19%
B = 60.58%

CMYK

 C value IS 0.39

 M value IS 0.96

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#330353 (or 0x330353) is known color: Blackcurrant. HEX triplet: 33, 03 and 53. RGB value is (51,3,83). Sum of RGB (Red+Green+Blue) = 51+3+83=137 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.23% from 137); Green value is 3 (1.56% from 255 or 2.19% from 137); Blue value is 83 (32.81% from 255 or 60.58% from 137); Max value from RGB is 83 - color contains mainly: blue. Hex color #330353 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330353 is #CCFCAC. Grayscale: #1A1A1A. Windows color (decimal): -13434029 or 5440307. OLE color: 5440307.

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

Color convert

RGB 51 3 83 -
CMYK 0.39 0.96 0 0.67
HSL 276º 0.93% 0.17% -
HSV(B) 276º 0.96% 0.33% -
XYZ 2.96 1.39 8.3 -
YUV 26.47 159.9 145.5 -
System Red Green Blue C M Y K H S L
Decimal 51 3 83 0.39 0.96 0 0.67 276 0.93 0.17
Hex 33 3 53 27 60 0 43 114 5D 11
Octal 63 3 123 47 140 0 103 424 135 21
Binary 110011 11 1010011 100111 1100000 0 1000011 100010100 1011101 10001

Color Harmonies of #330353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330353

Black with #330353

Text Example


Text Example

White with #330353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330353; }

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

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

background-color css

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

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

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

border-color css

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

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

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