Html Css Color HEX #221536 Blackcurrant

📋 copy color: '#221536'

red 34 ◦ green 21 ◦ blue 54

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

Shades of Blackcurrant #221536

Tints of Blackcurrant #221536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 49.54%

R = 31.19%
G = 19.27%
B = 49.54%

CMYK

 C value IS 0.37

 M value IS 0.61

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#221536 (or 0x221536) is known color: Blackcurrant. HEX triplet: 22, 15 and 36. RGB value is (34,21,54). Sum of RGB (Red+Green+Blue) = 34+21+54=109 (14% of max value = 765). Red value is 34 (13.67% from 255 or 31.19% from 109); Green value is 21 (8.59% from 255 or 19.27% from 109); Blue value is 54 (21.48% from 255 or 49.54% from 109); Max value from RGB is 54 - color contains mainly: blue. Hex color #221536 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221536 is #DDEAC9. Grayscale: #1C1C1C. Windows color (decimal): -14543562 or 3544354. OLE color: 3544354.

HSL color Cylindrical-coordinate representation of color #221536: hue angle of 263.64º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #221536 is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 34 21 54 -
CMYK 0.37 0.61 0 0.79
HSL 263.64º 0.44% 0.15% -
HSV(B) 263.64º 0.61% 0.21% -
XYZ 1.59 1.14 3.63 -
YUV 28.65 142.31 131.82 -
System Red Green Blue C M Y K H S L
Decimal 34 21 54 0.37 0.61 0 0.79 263.64 0.44 0.15
Hex 22 15 36 25 3D 0 4F 108 2C F
Octal 42 25 66 45 75 0 117 410 54 17
Binary 100010 10101 110110 100101 111101 0 1001111 100001000 101100 1111

Color Harmonies of #221536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221536

Black with #221536

Text Example


Text Example

White with #221536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221536; }

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

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

background-color css

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

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

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

border-color css

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

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

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