Html Css Color HEX #221531 Blackcurrant

📋 copy color: '#221531'

red 34 ◦ green 21 ◦ blue 49

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

Shades of Blackcurrant #221531

Tints of Blackcurrant #221531

RGB

 RED value IS 34 (13.67% from 255) = 32.69%

 GREEN value IS 21 (8.59% from 255) = 20.19%

 BLUE value IS 49 (19.53% from 255) = 47.12%

R = 32.69%
G = 20.19%
B = 47.12%

CMYK

 C value IS 0.31

 M value IS 0.57

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#221531 (or 0x221531) is known color: Blackcurrant. HEX triplet: 22, 15 and 31. RGB value is (34,21,49). Sum of RGB (Red+Green+Blue) = 34+21+49=104 (13% of max value = 765). Red value is 34 (13.67% from 255 or 32.69% from 104); Green value is 21 (8.59% from 255 or 20.19% from 104); Blue value is 49 (19.53% from 255 or 47.12% from 104); Max value from RGB is 49 - color contains mainly: blue. Hex color #221531 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221531 is #DDEACE. Grayscale: #1B1B1B. Windows color (decimal): -14543567 or 3216674. OLE color: 3216674.

HSL color Cylindrical-coordinate representation of color #221531: hue angle of 267.86º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #221531 is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 34 21 49 -
CMYK 0.31 0.57 0 0.81
HSL 267.86º 0.4% 0.14% -
HSV(B) 267.86º 0.57% 0.19% -
XYZ 1.48 1.1 3.04 -
YUV 28.08 139.81 132.22 -
System Red Green Blue C M Y K H S L
Decimal 34 21 49 0.31 0.57 0 0.81 267.86 0.4 0.14
Hex 22 15 31 1F 39 0 51 10C 28 E
Octal 42 25 61 37 71 0 121 414 50 16
Binary 100010 10101 110001 11111 111001 0 1010001 100001100 101000 1110

Color Harmonies of #221531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221531

Black with #221531

Text Example


Text Example

White with #221531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221531; }

 p { color: rgb(34,21,49); }

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

background-color css

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

 a { background-color: rgb(34,21,49); }

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

border-color css

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

 span { border-color: rgb(34,21,49); }

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