Html Css Color HEX #330953 Blackcurrant

📋 copy color: '#330953'

red 51 ◦ green 9 ◦ blue 83

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

Shades of Blackcurrant #330953

Tints of Blackcurrant #330953

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.29%

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

R = 35.66%
G = 6.29%
B = 58.04%

CMYK

 C value IS 0.39

 M value IS 0.89

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#330953 (or 0x330953) is known color: Blackcurrant. HEX triplet: 33, 09 and 53. RGB value is (51,9,83). Sum of RGB (Red+Green+Blue) = 51+9+83=143 (18% of max value = 765). Red value is 51 (20.31% from 255 or 35.66% from 143); Green value is 9 (3.91% from 255 or 6.29% from 143); Blue value is 83 (32.81% from 255 or 58.04% from 143); Max value from RGB is 83 - color contains mainly: blue. Hex color #330953 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330953 is #CCF6AC. Grayscale: #1D1D1D. Windows color (decimal): -13432493 or 5441843. OLE color: 5441843.

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

Color convert

RGB 51 9 83 -
CMYK 0.39 0.89 0 0.67
HSL 274.05º 0.8% 0.18% -
HSV(B) 274.05º 0.89% 0.33% -
XYZ 3.02 1.52 8.32 -
YUV 29.99 157.91 142.98 -
System Red Green Blue C M Y K H S L
Decimal 51 9 83 0.39 0.89 0 0.67 274.05 0.8 0.18
Hex 33 9 53 27 59 0 43 112 50 12
Octal 63 11 123 47 131 0 103 422 120 22
Binary 110011 1001 1010011 100111 1011001 0 1000011 100010010 1010000 10010

Color Harmonies of #330953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330953

Black with #330953

Text Example


Text Example

White with #330953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330953; }

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

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

background-color css

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

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

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

border-color css

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

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

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