Html Css Color HEX #221528 Blackcurrant

📋 copy color: '#221528'

red 34 ◦ green 21 ◦ blue 40

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

Shades of Blackcurrant #221528

Tints of Blackcurrant #221528

RGB

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

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

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

R = 35.79%
G = 22.11%
B = 42.11%

CMYK

 C value IS 0.15

 M value IS 0.48

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#221528 (or 0x221528) is known color: Blackcurrant. HEX triplet: 22, 15 and 28. RGB value is (34,21,40). Sum of RGB (Red+Green+Blue) = 34+21+40=95 (12% of max value = 765). Red value is 34 (13.67% from 255 or 35.79% from 95); Green value is 21 (8.59% from 255 or 22.11% from 95); Blue value is 40 (16.02% from 255 or 42.11% from 95); Max value from RGB is 40 - color contains mainly: blue. Hex color #221528 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221528 is #DDEAD7. Grayscale: #1A1A1A. Windows color (decimal): -14543576 or 2626850. OLE color: 2626850.

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

Color convert

RGB 34 21 40 -
CMYK 0.15 0.48 0 0.84
HSL 281.05º 0.31% 0.12% -
HSV(B) 281.05º 0.48% 0.16% -
XYZ 1.31 1.03 2.14 -
YUV 27.05 135.31 132.96 -
System Red Green Blue C M Y K H S L
Decimal 34 21 40 0.15 0.48 0 0.84 281.05 0.31 0.12
Hex 22 15 28 F 30 0 54 119 1F C
Octal 42 25 50 17 60 0 124 431 37 14
Binary 100010 10101 101000 1111 110000 0 1010100 100011001 11111 1100

Color Harmonies of #221528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221528

Black with #221528

Text Example


Text Example

White with #221528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221528; }

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

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

background-color css

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

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

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

border-color css

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

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

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