Html Css Color HEX #321848 Blackcurrant

📋 copy color: '#321848'

red 50 ◦ green 24 ◦ blue 72

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

Shades of Blackcurrant #321848

Tints of Blackcurrant #321848

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.44%

 BLUE value IS 72 (28.52% from 255) = 49.32%

R = 34.25%
G = 16.44%
B = 49.32%

CMYK

 C value IS 0.31

 M value IS 0.67

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#321848 (or 0x321848) is known color: Blackcurrant. HEX triplet: 32, 18 and 48. RGB value is (50,24,72). Sum of RGB (Red+Green+Blue) = 50+24+72=146 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.25% from 146); Green value is 24 (9.77% from 255 or 16.44% from 146); Blue value is 72 (28.52% from 255 or 49.32% from 146); Max value from RGB is 72 - color contains mainly: blue. Hex color #321848 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321848 is #CDE7B7. Grayscale: #252525. Windows color (decimal): -13494200 or 4724786. OLE color: 4724786.

HSL color Cylindrical-coordinate representation of color #321848: hue angle of 272.5º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #321848 is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 50 24 72 -
CMYK 0.31 0.67 0 0.72
HSL 272.5º 0.5% 0.19% -
HSV(B) 272.5º 0.67% 0.28% -
XYZ 2.81 1.8 6.33 -
YUV 37.25 147.61 137.1 -
System Red Green Blue C M Y K H S L
Decimal 50 24 72 0.31 0.67 0 0.72 272.5 0.5 0.19
Hex 32 18 48 1F 43 0 48 110 32 13
Octal 62 30 110 37 103 0 110 420 62 23
Binary 110010 11000 1001000 11111 1000011 0 1001000 100010000 110010 10011

Color Harmonies of #321848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321848

Black with #321848

Text Example


Text Example

White with #321848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321848; }

 p { color: rgb(50,24,72); }

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

background-color css

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

 a { background-color: rgb(50,24,72); }

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

border-color css

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

 span { border-color: rgb(50,24,72); }

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