Html Css Color HEX #330853 Blackcurrant

📋 copy color: '#330853'

red 51 ◦ green 8 ◦ blue 83

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

Shades of Blackcurrant #330853

Tints of Blackcurrant #330853

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.63%

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

R = 35.92%
G = 5.63%
B = 58.45%

CMYK

 C value IS 0.39

 M value IS 0.90

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#330853 (or 0x330853) is known color: Blackcurrant. HEX triplet: 33, 08 and 53. RGB value is (51,8,83). Sum of RGB (Red+Green+Blue) = 51+8+83=142 (18% of max value = 765). Red value is 51 (20.31% from 255 or 35.92% from 142); Green value is 8 (3.52% from 255 or 5.63% from 142); Blue value is 83 (32.81% from 255 or 58.45% from 142); Max value from RGB is 83 - color contains mainly: blue. Hex color #330853 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330853 is #CCF7AC. Grayscale: #1D1D1D. Windows color (decimal): -13432749 or 5441587. OLE color: 5441587.

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

Color convert

RGB 51 8 83 -
CMYK 0.39 0.90 0 0.67
HSL 274.4º 0.82% 0.18% -
HSV(B) 274.4º 0.9% 0.33% -
XYZ 3.01 1.5 8.31 -
YUV 29.41 158.25 143.4 -
System Red Green Blue C M Y K H S L
Decimal 51 8 83 0.39 0.90 0 0.67 274.4 0.82 0.18
Hex 33 8 53 27 5A 0 43 112 52 12
Octal 63 10 123 47 132 0 103 422 122 22
Binary 110011 1000 1010011 100111 1011010 0 1000011 100010010 1010010 10010

Color Harmonies of #330853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330853

Black with #330853

Text Example


Text Example

White with #330853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330853; }

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

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

background-color css

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

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

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

border-color css

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

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

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