Html Css Color HEX #330053 Blackcurrant

📋 copy color: '#330053'

red 51 ◦ green 0 ◦ blue 83

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

Shades of Blackcurrant #330053

Tints of Blackcurrant #330053

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 38.06%
G = 0%
B = 61.94%

CMYK

 C value IS 0.39

 M value IS 1

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#330053 (or 0x330053) is known color: Blackcurrant. HEX triplet: 33, 00 and 53. RGB value is (51,0,83). Sum of RGB (Red+Green+Blue) = 51+0+83=134 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.06% from 134); Green value is 0 (0.39% from 255 or 0% from 134); Blue value is 83 (32.81% from 255 or 61.94% from 134); Max value from RGB is 83 - color contains mainly: blue. Hex color #330053 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330053 is #CCFFAC. Grayscale: #181818. Windows color (decimal): -13434797 or 5439539. OLE color: 5439539.

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

Color convert

RGB 51 0 83 -
CMYK 0.39 1 0 0.67
HSL 276.87º 1% 0.16% -
HSV(B) 276.87º 1% 0.33% -
XYZ 2.93 1.33 8.29 -
YUV 24.71 160.9 146.75 -
System Red Green Blue C M Y K H S L
Decimal 51 0 83 0.39 1 0 0.67 276.87 1 0.16
Hex 33 0 53 27 64 0 43 115 64 10
Octal 63 0 123 47 144 0 103 425 144 20
Binary 110011 0 1010011 100111 1100100 0 1000011 100010101 1100100 10000

Color Harmonies of #330053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330053

Black with #330053

Text Example


Text Example

White with #330053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330053; }

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

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

background-color css

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

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

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

border-color css

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

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

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