Html Css Color HEX #221031 Blackcurrant

📋 copy color: '#221031'

red 34 ◦ green 16 ◦ blue 49

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

Shades of Blackcurrant #221031

Tints of Blackcurrant #221031

RGB

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

 GREEN value IS 16 (6.64% from 255) = 16.16%

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

R = 34.34%
G = 16.16%
B = 49.49%

CMYK

 C value IS 0.31

 M value IS 0.67

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#221031 (or 0x221031) is known color: Blackcurrant. HEX triplet: 22, 10 and 31. RGB value is (34,16,49). Sum of RGB (Red+Green+Blue) = 34+16+49=99 (13% of max value = 765). Red value is 34 (13.67% from 255 or 34.34% from 99); Green value is 16 (6.64% from 255 or 16.16% from 99); Blue value is 49 (19.53% from 255 or 49.49% from 99); Max value from RGB is 49 - color contains mainly: blue. Hex color #221031 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221031 is #DDEFCE. Grayscale: #191919. Windows color (decimal): -14544847 or 3215394. OLE color: 3215394.

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

Color convert

RGB 34 16 49 -
CMYK 0.31 0.67 0 0.81
HSL 272.73º 0.51% 0.13% -
HSV(B) 272.73º 0.67% 0.19% -
XYZ 1.4 0.93 3.01 -
YUV 25.14 141.46 134.32 -
System Red Green Blue C M Y K H S L
Decimal 34 16 49 0.31 0.67 0 0.81 272.73 0.51 0.13
Hex 22 10 31 1F 43 0 51 111 33 D
Octal 42 20 61 37 103 0 121 421 63 15
Binary 100010 10000 110001 11111 1000011 0 1010001 100010001 110011 1101

Color Harmonies of #221031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221031

Black with #221031

Text Example


Text Example

White with #221031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221031; }

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

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

background-color css

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

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

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

border-color css

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

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

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