Html Css Color HEX #322B38 Blackcurrant

📋 copy color: '#322B38'

red 50 ◦ green 43 ◦ blue 56

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

Shades of Blackcurrant #322B38

Tints of Blackcurrant #322B38

RGB

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

 GREEN value IS 43 (17.19% from 255) = 28.86%

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

R = 33.56%
G = 28.86%
B = 37.58%

CMYK

 C value IS 0.11

 M value IS 0.23

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#322B38 (or 0x322B38) is known color: Blackcurrant. HEX triplet: 32, 2B and 38. RGB value is (50,43,56). Sum of RGB (Red+Green+Blue) = 50+43+56=149 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.56% from 149); Green value is 43 (17.19% from 255 or 28.86% from 149); Blue value is 56 (22.27% from 255 or 37.58% from 149); Max value from RGB is 56 - color contains mainly: blue. Hex color #322B38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322B38 is #CDD4C7. Grayscale: #2E2E2E. Windows color (decimal): -13489352 or 3681074. OLE color: 3681074.

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

Color convert

RGB 50 43 56 -
CMYK 0.11 0.23 0 0.78
HSL 272.31º 0.13% 0.19% -
HSV(B) 272.31º 0.23% 0.22% -
XYZ 2.89 2.69 4.11 -
YUV 46.58 133.32 130.44 -
System Red Green Blue C M Y K H S L
Decimal 50 43 56 0.11 0.23 0 0.78 272.31 0.13 0.19
Hex 32 2B 38 B 17 0 4E 110 D 13
Octal 62 53 70 13 27 0 116 420 15 23
Binary 110010 101011 111000 1011 10111 0 1001110 100010000 1101 10011

Color Harmonies of #322B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322B38

Black with #322B38

Text Example


Text Example

White with #322B38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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