#220830

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

Shades of Blackcurrant #220830

Tints of Blackcurrant #220830

Color information

#220830 (or 0x220830) is unknown color: approx Blackcurrant. HEX triplet: 22, 08 and 30. RGB value is (34,8,48). Sum of RGB (Red+Green+Blue) = 34+8+48=90 (11% of max value = 765). Red value is 34 (13.67% from 255 or 37.78% from 90); Green value is 8 (3.52% from 255 or 8.89% from 90); Blue value is 48 (19.14% from 255 or 53.33% from 90); Max value from RGB is 48 - color contains mainly: blue. Hex color #220830 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220830 is #DDF7CF. Grayscale: #141414. Windows color (decimal): -14546896 or 3147810. OLE color: 3147810.

HSL color Cylindrical-coordinate representation of color #220830: hue angle of 279º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #220830 is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB34848-
CMYK0.290.8300.81
HSL279º71.43%10.98%-
HSV(B)279º83.33%18.82%-
XYZ1.280.732.87-
YUV20.33143.61137.75-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 37.78%
GREEN value IS 8 (3.52% from 255) = 8.89%
BLUE value IS 48 (19.14% from 255) = 53.33%
R=37.78%
G=8.89%
B=53.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal348480.290.8300.8127971.4310.98
Hex228301D5305111747b
Octal42106035123012142710713
Binary10001010001100001110110100110101000110001011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220830; }

 p { color: rgb(34,8,48); }

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

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

 a { background-color: rgb(34,8,48); }

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

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

 span { border-color: rgb(34,8,48); }

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