Html Css Color HEX #321238 Blackcurrant

📋 copy color: '#321238'

red 50 ◦ green 18 ◦ blue 56

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

Shades of Blackcurrant #321238

Tints of Blackcurrant #321238

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.52%

 BLUE value IS 56 (22.27% from 255) = 45.16%

R = 40.32%
G = 14.52%
B = 45.16%

CMYK

 C value IS 0.11

 M value IS 0.68

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#321238 (or 0x321238) is known color: Blackcurrant. HEX triplet: 32, 12 and 38. RGB value is (50,18,56). Sum of RGB (Red+Green+Blue) = 50+18+56=124 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.32% from 124); Green value is 18 (7.42% from 255 or 14.52% from 124); Blue value is 56 (22.27% from 255 or 45.16% from 124); Max value from RGB is 56 - color contains mainly: blue. Hex color #321238 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321238 is #CDEDC7. Grayscale: #1F1F1F. Windows color (decimal): -13495752 or 3674674. OLE color: 3674674.

HSL color Cylindrical-coordinate representation of color #321238: hue angle of 290.53º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #321238 is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 50 18 56 -
CMYK 0.11 0.68 0 0.78
HSL 290.53º 0.51% 0.15% -
HSV(B) 290.53º 0.68% 0.22% -
XYZ 2.25 1.4 3.89 -
YUV 31.9 141.6 140.91 -
System Red Green Blue C M Y K H S L
Decimal 50 18 56 0.11 0.68 0 0.78 290.53 0.51 0.15
Hex 32 12 38 B 44 0 4E 123 33 F
Octal 62 22 70 13 104 0 116 443 63 17
Binary 110010 10010 111000 1011 1000100 0 1001110 100100011 110011 1111

Color Harmonies of #321238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321238

Black with #321238

Text Example


Text Example

White with #321238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321238; }

 p { color: rgb(50,18,56); }

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

background-color css

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

 a { background-color: rgb(50,18,56); }

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

border-color css

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

 span { border-color: rgb(50,18,56); }

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