Html Css Color HEX #322238 Blackcurrant

📋 copy color: '#322238'

red 50 ◦ green 34 ◦ blue 56

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

Shades of Blackcurrant #322238

Tints of Blackcurrant #322238

RGB

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

 GREEN value IS 34 (13.67% from 255) = 24.29%

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

R = 35.71%
G = 24.29%
B = 40%

CMYK

 C value IS 0.11

 M value IS 0.39

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#322238 (or 0x322238) is known color: Blackcurrant. HEX triplet: 32, 22 and 38. RGB value is (50,34,56). Sum of RGB (Red+Green+Blue) = 50+34+56=140 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.71% from 140); Green value is 34 (13.67% from 255 or 24.29% from 140); Blue value is 56 (22.27% from 255 or 40% from 140); Max value from RGB is 56 - color contains mainly: blue. Hex color #322238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322238 is #CDDDC7. Grayscale: #292929. Windows color (decimal): -13491656 or 3678770. OLE color: 3678770.

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

Color convert

RGB 50 34 56 -
CMYK 0.11 0.39 0 0.78
HSL 283.64º 0.24% 0.18% -
HSV(B) 283.64º 0.39% 0.22% -
XYZ 2.6 2.11 4.01 -
YUV 41.29 136.3 134.21 -
System Red Green Blue C M Y K H S L
Decimal 50 34 56 0.11 0.39 0 0.78 283.64 0.24 0.18
Hex 32 22 38 B 27 0 4E 11C 18 12
Octal 62 42 70 13 47 0 116 434 30 22
Binary 110010 100010 111000 1011 100111 0 1001110 100011100 11000 10010

Color Harmonies of #322238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322238

Black with #322238

Text Example


Text Example

White with #322238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322238; }

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

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

background-color css

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

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

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

border-color css

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

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

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