Html Css Color HEX #320B4B Blackcurrant

📋 copy color: '#320B4B'

red 50 ◦ green 11 ◦ blue 75

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

Shades of Blackcurrant #320B4B

Tints of Blackcurrant #320B4B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 8.09%

 BLUE value IS 75 (29.69% from 255) = 55.15%

R = 36.76%
G = 8.09%
B = 55.15%

CMYK

 C value IS 0.33

 M value IS 0.85

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#320B4B (or 0x320B4B) is known color: Blackcurrant. HEX triplet: 32, 0B and 4B. RGB value is (50,11,75). Sum of RGB (Red+Green+Blue) = 50+11+75=136 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.76% from 136); Green value is 11 (4.69% from 255 or 8.09% from 136); Blue value is 75 (29.69% from 255 or 55.15% from 136); Max value from RGB is 75 - color contains mainly: blue. Hex color #320B4B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320B4B is #CDF4B4. Grayscale: #1D1D1D. Windows color (decimal): -13497525 or 4918066. OLE color: 4918066.

HSL color Cylindrical-coordinate representation of color #320B4B: hue angle of 276.56º degrees, saturation: 0.74, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #320B4B is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 50 11 75 -
CMYK 0.33 0.85 0 0.71
HSL 276.56º 0.74% 0.17% -
HSV(B) 276.56º 0.85% 0.29% -
XYZ 2.71 1.43 6.79 -
YUV 29.96 153.42 142.3 -
System Red Green Blue C M Y K H S L
Decimal 50 11 75 0.33 0.85 0 0.71 276.56 0.74 0.17
Hex 32 B 4B 21 55 0 47 115 4A 11
Octal 62 13 113 41 125 0 107 425 112 21
Binary 110010 1011 1001011 100001 1010101 0 1000111 100010101 1001010 10001

Color Harmonies of #320B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320B4B

Black with #320B4B

Text Example


Text Example

White with #320B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320B4B; }

 p { color: rgb(50,11,75); }

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

background-color css

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

 a { background-color: rgb(50,11,75); }

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

border-color css

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

 span { border-color: rgb(50,11,75); }

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