#221335

Color #221335 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #221335

Tints of Blackcurrant #221335

Color information

#221335 (or 0x221335) is unknown color: approx Blackcurrant. HEX triplet: 22, 13 and 35. RGB value is (34,19,53). Sum of RGB (Red+Green+Blue) = 34+19+53=106 (14% of max value = 765). Red value is 34 (13.67% from 255 or 32.08% from 106); Green value is 19 (7.81% from 255 or 17.92% from 106); Blue value is 53 (21.09% from 255 or 50% from 106); Max value from RGB is 53 - color contains mainly: blue. Hex color #221335 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221335 is #DDECCA. Grayscale: #1B1B1B. Windows color (decimal): -14544075 or 3478306. OLE color: 3478306.

HSL color Cylindrical-coordinate representation of color #221335: hue angle of 266.47º degrees, saturation: 0.47, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #221335 is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB341953-
CMYK0.360.6400.79
HSL266.47º47.22%14.12%-
HSV(B)266.47º64.15%20.78%-
XYZ1.541.063.49-
YUV27.36142.47132.74-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 32.08%
GREEN value IS 19 (7.81% from 255) = 17.92%
BLUE value IS 53 (21.09% from 255) = 50%
R=32.08%
G=17.92%
B=50%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3419530.360.6400.79266.4747.2214.12
Hex221335244004F10a2fe
Octal4223654410001174125716
Binary100010100111101011001001000000010011111000010101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221335; }

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

 H1.HeaderClassName
 {
   color: #221335;
 }
 .AnyTagClassName
 {
   color: #221335;
 }
</style>
background-color css

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

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

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

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

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

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