Html Css Color HEX #321B38 Blackcurrant

📋 copy color: '#321B38'

red 50 ◦ green 27 ◦ blue 56

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

Shades of Blackcurrant #321B38

Tints of Blackcurrant #321B38

RGB

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

 GREEN value IS 27 (10.94% from 255) = 20.3%

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

R = 37.59%
G = 20.3%
B = 42.11%

CMYK

 C value IS 0.11

 M value IS 0.52

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#321B38 (or 0x321B38) is known color: Blackcurrant. HEX triplet: 32, 1B and 38. RGB value is (50,27,56). Sum of RGB (Red+Green+Blue) = 50+27+56=133 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.59% from 133); Green value is 27 (10.94% from 255 or 20.30% from 133); Blue value is 56 (22.27% from 255 or 42.11% from 133); Max value from RGB is 56 - color contains mainly: blue. Hex color #321B38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321B38 is #CDE4C7. Grayscale: #252525. Windows color (decimal): -13493448 or 3676978. OLE color: 3676978.

HSL color Cylindrical-coordinate representation of color #321B38: hue angle of 287.59º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #321B38 is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 50 27 56 -
CMYK 0.11 0.52 0 0.78
HSL 287.59º 0.35% 0.16% -
HSV(B) 287.59º 0.52% 0.22% -
XYZ 2.42 1.75 3.95 -
YUV 37.18 138.62 137.14 -
System Red Green Blue C M Y K H S L
Decimal 50 27 56 0.11 0.52 0 0.78 287.59 0.35 0.16
Hex 32 1B 38 B 34 0 4E 120 23 10
Octal 62 33 70 13 64 0 116 440 43 20
Binary 110010 11011 111000 1011 110100 0 1001110 100100000 100011 10000

Color Harmonies of #321B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321B38

Black with #321B38

Text Example


Text Example

White with #321B38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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