Html Css Color HEX #321D45 Blackcurrant

📋 copy color: '#321D45'

red 50 ◦ green 29 ◦ blue 69

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

Shades of Blackcurrant #321D45

Tints of Blackcurrant #321D45

RGB

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

 GREEN value IS 29 (11.72% from 255) = 19.59%

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

R = 33.78%
G = 19.59%
B = 46.62%

CMYK

 C value IS 0.28

 M value IS 0.58

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#321D45 (or 0x321D45) is known color: Blackcurrant. HEX triplet: 32, 1D and 45. RGB value is (50,29,69). Sum of RGB (Red+Green+Blue) = 50+29+69=148 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.78% from 148); Green value is 29 (11.72% from 255 or 19.59% from 148); Blue value is 69 (27.34% from 255 or 46.62% from 148); Max value from RGB is 69 - color contains mainly: blue. Hex color #321D45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321D45 is #CDE2BA. Grayscale: #272727. Windows color (decimal): -13492923 or 4529458. OLE color: 4529458.

HSL color Cylindrical-coordinate representation of color #321D45: hue angle of 271.5º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #321D45 is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 50 29 69 -
CMYK 0.28 0.58 0 0.73
HSL 271.5º 0.41% 0.19% -
HSV(B) 271.5º 0.58% 0.27% -
XYZ 2.83 1.99 5.86 -
YUV 39.84 144.46 135.25 -
System Red Green Blue C M Y K H S L
Decimal 50 29 69 0.28 0.58 0 0.73 271.5 0.41 0.19
Hex 32 1D 45 1C 3A 0 49 110 29 13
Octal 62 35 105 34 72 0 111 420 51 23
Binary 110010 11101 1000101 11100 111010 0 1001001 100010000 101001 10011

Color Harmonies of #321D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321D45

Black with #321D45

Text Example


Text Example

White with #321D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321D45; }

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

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

background-color css

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

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

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

border-color css

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

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

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