Html Css Color HEX #221328 Blackcurrant

📋 copy color: '#221328'

red 34 ◦ green 19 ◦ blue 40

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

Shades of Blackcurrant #221328

Tints of Blackcurrant #221328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 43.01%

R = 36.56%
G = 20.43%
B = 43.01%

CMYK

 C value IS 0.15

 M value IS 0.52

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#221328 (or 0x221328) is known color: Blackcurrant. HEX triplet: 22, 13 and 28. RGB value is (34,19,40). Sum of RGB (Red+Green+Blue) = 34+19+40=93 (12% of max value = 765). Red value is 34 (13.67% from 255 or 36.56% from 93); Green value is 19 (7.81% from 255 or 20.43% from 93); Blue value is 40 (16.02% from 255 or 43.01% from 93); Max value from RGB is 40 - color contains mainly: blue. Hex color #221328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221328 is #DDECD7. Grayscale: #191919. Windows color (decimal): -14544088 or 2626338. OLE color: 2626338.

HSL color Cylindrical-coordinate representation of color #221328: hue angle of 282.86º degrees, saturation: 0.36, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #221328 is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 34 19 40 -
CMYK 0.15 0.52 0 0.84
HSL 282.86º 0.36% 0.12% -
HSV(B) 282.86º 0.53% 0.16% -
XYZ 1.28 0.96 2.13 -
YUV 25.88 135.97 133.79 -
System Red Green Blue C M Y K H S L
Decimal 34 19 40 0.15 0.52 0 0.84 282.86 0.36 0.12
Hex 22 13 28 F 34 0 54 11B 24 C
Octal 42 23 50 17 64 0 124 433 44 14
Binary 100010 10011 101000 1111 110100 0 1010100 100011011 100100 1100

Color Harmonies of #221328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221328

Black with #221328

Text Example


Text Example

White with #221328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221328; }

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

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

background-color css

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

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

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

border-color css

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

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

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