Html Css Color HEX #320C3D Blackcurrant

📋 copy color: '#320C3D'

red 50 ◦ green 12 ◦ blue 61

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

Shades of Blackcurrant #320C3D

Tints of Blackcurrant #320C3D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 9.76%

 BLUE value IS 61 (24.22% from 255) = 49.59%

R = 40.65%
G = 9.76%
B = 49.59%

CMYK

 C value IS 0.18

 M value IS 0.80

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#320C3D (or 0x320C3D) is known color: Blackcurrant. HEX triplet: 32, 0C and 3D. RGB value is (50,12,61). Sum of RGB (Red+Green+Blue) = 50+12+61=123 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.65% from 123); Green value is 12 (5.08% from 255 or 9.76% from 123); Blue value is 61 (24.22% from 255 or 49.59% from 123); Max value from RGB is 61 - color contains mainly: blue. Hex color #320C3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320C3D is #CDF3C2. Grayscale: #1C1C1C. Windows color (decimal): -13497283 or 4000818. OLE color: 4000818.

HSL color Cylindrical-coordinate representation of color #320C3D: hue angle of 286.53º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #320C3D is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 50 12 61 -
CMYK 0.18 0.80 0 0.76
HSL 286.53º 0.67% 0.14% -
HSV(B) 286.53º 0.8% 0.24% -
XYZ 2.29 1.28 4.54 -
YUV 28.95 146.09 143.02 -
System Red Green Blue C M Y K H S L
Decimal 50 12 61 0.18 0.80 0 0.76 286.53 0.67 0.14
Hex 32 C 3D 12 50 0 4C 11F 43 E
Octal 62 14 75 22 120 0 114 437 103 16
Binary 110010 1100 111101 10010 1010000 0 1001100 100011111 1000011 1110

Color Harmonies of #320C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320C3D

Black with #320C3D

Text Example


Text Example

White with #320C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,12,61); }

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

background-color css

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

 a { background-color: rgb(50,12,61); }

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

border-color css

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

 span { border-color: rgb(50,12,61); }

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