Html Css Color HEX #221326 Blackcurrant

📋 copy color: '#221326'

red 34 ◦ green 19 ◦ blue 38

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

Shades of Blackcurrant #221326

Tints of Blackcurrant #221326

RGB

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

 GREEN value IS 19 (7.81% from 255) = 20.88%

 BLUE value IS 38 (15.23% from 255) = 41.76%

R = 37.36%
G = 20.88%
B = 41.76%

CMYK

 C value IS 0.11

 M value IS 0.50

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#221326 (or 0x221326) is known color: Blackcurrant. HEX triplet: 22, 13 and 26. RGB value is (34,19,38). Sum of RGB (Red+Green+Blue) = 34+19+38=91 (12% of max value = 765). Red value is 34 (13.67% from 255 or 37.36% from 91); Green value is 19 (7.81% from 255 or 20.88% from 91); Blue value is 38 (15.23% from 255 or 41.76% from 91); Max value from RGB is 38 - color contains mainly: blue. Hex color #221326 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221326 is #DDECD9. Grayscale: #191919. Windows color (decimal): -14544090 or 2495266. OLE color: 2495266.

HSL color Cylindrical-coordinate representation of color #221326: hue angle of 287.37º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #221326 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 34 19 38 -
CMYK 0.11 0.50 0 0.85
HSL 287.37º 0.33% 0.11% -
HSV(B) 287.37º 0.5% 0.15% -
XYZ 1.24 0.95 1.95 -
YUV 25.65 134.97 133.96 -
System Red Green Blue C M Y K H S L
Decimal 34 19 38 0.11 0.50 0 0.85 287.37 0.33 0.11
Hex 22 13 26 B 32 0 55 11F 21 B
Octal 42 23 46 13 62 0 125 437 41 13
Binary 100010 10011 100110 1011 110010 0 1010101 100011111 100001 1011

Color Harmonies of #221326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221326

Black with #221326

Text Example


Text Example

White with #221326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221326; }

 p { color: rgb(34,19,38); }

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

background-color css

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

 a { background-color: rgb(34,19,38); }

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

border-color css

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

 span { border-color: rgb(34,19,38); }

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