Html Css Color HEX #221728 Blackcurrant

📋 copy color: '#221728'

red 34 ◦ green 23 ◦ blue 40

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

Shades of Blackcurrant #221728

Tints of Blackcurrant #221728

RGB

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

 GREEN value IS 23 (9.38% from 255) = 23.71%

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

R = 35.05%
G = 23.71%
B = 41.24%

CMYK

 C value IS 0.15

 M value IS 0.43

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#221728 (or 0x221728) is known color: Blackcurrant. HEX triplet: 22, 17 and 28. RGB value is (34,23,40). Sum of RGB (Red+Green+Blue) = 34+23+40=97 (12% of max value = 765). Red value is 34 (13.67% from 255 or 35.05% from 97); Green value is 23 (9.38% from 255 or 23.71% from 97); Blue value is 40 (16.02% from 255 or 41.24% from 97); Max value from RGB is 40 - color contains mainly: blue. Hex color #221728 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221728 is #DDE8D7. Grayscale: #1C1C1C. Windows color (decimal): -14543064 or 2627362. OLE color: 2627362.

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

Color convert

RGB 34 23 40 -
CMYK 0.15 0.43 0 0.84
HSL 278.82º 0.27% 0.12% -
HSV(B) 278.82º 0.43% 0.16% -
XYZ 1.35 1.11 2.15 -
YUV 28.23 134.64 132.12 -
System Red Green Blue C M Y K H S L
Decimal 34 23 40 0.15 0.43 0 0.84 278.82 0.27 0.12
Hex 22 17 28 F 2B 0 54 117 1B C
Octal 42 27 50 17 53 0 124 427 33 14
Binary 100010 10111 101000 1111 101011 0 1010100 100010111 11011 1100

Color Harmonies of #221728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221728

Black with #221728

Text Example


Text Example

White with #221728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221728; }

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

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

background-color css

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

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

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

border-color css

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

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

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