#221830

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

Shades of Blackcurrant #221830

Tints of Blackcurrant #221830

Color information

#221830 (or 0x221830) is unknown color: approx Blackcurrant. HEX triplet: 22, 18 and 30. RGB value is (34,24,48). Sum of RGB (Red+Green+Blue) = 34+24+48=106 (14% of max value = 765). Red value is 34 (13.67% from 255 or 32.08% from 106); Green value is 24 (9.77% from 255 or 22.64% from 106); Blue value is 48 (19.14% from 255 or 45.28% from 106); Max value from RGB is 48 - color contains mainly: blue. Hex color #221830 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221830 is #DDE7CF. Grayscale: #1D1D1D. Windows color (decimal): -14542800 or 3151906. OLE color: 3151906.

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

Color convert

RGB342448-
CMYK0.290.500.81
HSL265º33.33%14.12%-
HSV(B)265º50%18.82%-
XYZ1.521.212.95-
YUV29.73138.31131.05-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 32.08%
GREEN value IS 24 (9.77% from 255) = 22.64%
BLUE value IS 48 (19.14% from 255) = 45.28%
R=32.08%
G=22.64%
B=45.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3424480.290.500.8126533.3314.12
Hex2218301D3205110921e
Octal423060356201214114116
Binary1000101100011000011101110010010100011000010011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221830; }

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

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

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

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

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

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

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

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