Html Css Color HEX #320053 Blackcurrant

📋 copy color: '#320053'

red 50 ◦ green 0 ◦ blue 83

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

Shades of Blackcurrant #320053

Tints of Blackcurrant #320053

RGB

 RED value IS 50 (19.92% from 255) = 37.59%

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

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

R = 37.59%
G = 0%
B = 62.41%

CMYK

 C value IS 0.40

 M value IS 1

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#320053 (or 0x320053) is known color: Blackcurrant. HEX triplet: 32, 00 and 53. RGB value is (50,0,83). Sum of RGB (Red+Green+Blue) = 50+0+83=133 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.59% from 133); Green value is 0 (0.39% from 255 or 0% from 133); Blue value is 83 (32.81% from 255 or 62.41% from 133); Max value from RGB is 83 - color contains mainly: blue. Hex color #320053 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320053 is #CDFFAC. Grayscale: #181818. Windows color (decimal): -13500333 or 5439538. OLE color: 5439538.

HSL color Cylindrical-coordinate representation of color #320053: hue angle of 276.14º 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 #320053 is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 50 0 83 -
CMYK 0.40 1 0 0.67
HSL 276.14º 1% 0.16% -
HSV(B) 276.14º 1% 0.33% -
XYZ 2.88 1.3 8.28 -
YUV 24.41 161.07 146.25 -
System Red Green Blue C M Y K H S L
Decimal 50 0 83 0.40 1 0 0.67 276.14 1 0.16
Hex 32 0 53 28 64 0 43 114 64 10
Octal 62 0 123 50 144 0 103 424 144 20
Binary 110010 0 1010011 101000 1100100 0 1000011 100010100 1100100 10000

Color Harmonies of #320053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320053

Black with #320053

Text Example


Text Example

White with #320053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320053; }

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

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

background-color css

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

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

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

border-color css

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

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

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