#22093C

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

Shades of Blackcurrant #22093C

Tints of Blackcurrant #22093C

Color information

#22093C (or 0x22093C) is unknown color: approx Blackcurrant. HEX triplet: 22, 09 and 3C. RGB value is (34,9,60). Sum of RGB (Red+Green+Blue) = 34+9+60=103 (13% of max value = 765). Red value is 34 (13.67% from 255 or 33.01% from 103); Green value is 9 (3.91% from 255 or 8.74% from 103); Blue value is 60 (23.83% from 255 or 58.25% from 103); Max value from RGB is 60 - color contains mainly: blue. Hex color #22093C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #22093C is #DDF6C3. Grayscale: #161616. Windows color (decimal): -14546628 or 3934498. OLE color: 3934498.

HSL color Cylindrical-coordinate representation of color #22093C: hue angle of 269.41º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #22093C is Cyan = 0.43, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB34960-
CMYK0.430.8500.76
HSL269.41º73.91%13.53%-
HSV(B)269.41º85%23.53%-
XYZ1.570.864.36-
YUV22.29149.28136.35-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 33.01%
GREEN value IS 9 (3.91% from 255) = 8.74%
BLUE value IS 60 (23.83% from 255) = 58.25%
R=33.01%
G=8.74%
B=58.25%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal349600.430.8500.76269.4173.9113.53
Hex2293C2B5504C10d4ae
Octal42117453125011441511216
Binary100010100111110010101110101010100110010000110110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22093C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22093C; }

 p { color: rgb(34,9,60); }

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

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

 a { background-color: rgb(34,9,60); }

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

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

 span { border-color: rgb(34,9,60); }

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