Html Css Color HEX #321345 Blackcurrant

📋 copy color: '#321345'

red 50 ◦ green 19 ◦ blue 69

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

Shades of Blackcurrant #321345

Tints of Blackcurrant #321345

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.77%

 BLUE value IS 69 (27.34% from 255) = 50%

R = 36.23%
G = 13.77%
B = 50%

CMYK

 C value IS 0.28

 M value IS 0.72

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#321345 (or 0x321345) is known color: Blackcurrant. HEX triplet: 32, 13 and 45. RGB value is (50,19,69). Sum of RGB (Red+Green+Blue) = 50+19+69=138 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.23% from 138); Green value is 19 (7.81% from 255 or 13.77% from 138); Blue value is 69 (27.34% from 255 or 50% from 138); Max value from RGB is 69 - color contains mainly: blue. Hex color #321345 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321345 is #CDECBA. Grayscale: #212121. Windows color (decimal): -13495483 or 4526898. OLE color: 4526898.

HSL color Cylindrical-coordinate representation of color #321345: hue angle of 277.2º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #321345 is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 50 19 69 -
CMYK 0.28 0.72 0 0.73
HSL 277.2º 0.57% 0.17% -
HSV(B) 277.2º 0.72% 0.27% -
XYZ 2.62 1.57 5.8 -
YUV 33.97 147.77 139.43 -
System Red Green Blue C M Y K H S L
Decimal 50 19 69 0.28 0.72 0 0.73 277.2 0.57 0.17
Hex 32 13 45 1C 48 0 49 115 39 11
Octal 62 23 105 34 110 0 111 425 71 21
Binary 110010 10011 1000101 11100 1001000 0 1001001 100010101 111001 10001

Color Harmonies of #321345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321345

Black with #321345

Text Example


Text Example

White with #321345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321345; }

 p { color: rgb(50,19,69); }

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

background-color css

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

 a { background-color: rgb(50,19,69); }

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

border-color css

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

 span { border-color: rgb(50,19,69); }

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