#22073E

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

Shades of Blackcurrant #22073E

Tints of Blackcurrant #22073E

Color information

#22073E (or 0x22073E) is unknown color: approx Blackcurrant. HEX triplet: 22, 07 and 3E. RGB value is (34,7,62). Sum of RGB (Red+Green+Blue) = 34+7+62=103 (13% of max value = 765). Red value is 34 (13.67% from 255 or 33.01% from 103); Green value is 7 (3.12% from 255 or 6.80% from 103); Blue value is 62 (24.61% from 255 or 60.19% from 103); Max value from RGB is 62 - color contains mainly: blue. Hex color #22073E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #22073E is #DDF8C1. Grayscale: #151515. Windows color (decimal): -14547138 or 4065058. OLE color: 4065058.

HSL color Cylindrical-coordinate representation of color #22073E: hue angle of 269.45º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #22073E is Cyan = 0.45, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB34762-
CMYK0.450.8900.76
HSL269.45º79.71%13.53%-
HSV(B)269.45º88.71%24.31%-
XYZ1.610.844.63-
YUV21.34150.95137.03-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 33.01%
GREEN value IS 7 (3.12% from 255) = 6.80%
BLUE value IS 62 (24.61% from 255) = 60.19%
R=33.01%
G=6.80%
B=60.19%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal347620.450.8900.76269.4579.7113.53
Hex2273E2D5904C10d50e
Octal4277655131011441512016
Binary10001011111111010110110110010100110010000110110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22073E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22073E; }

 p { color: rgb(34,7,62); }

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

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

 a { background-color: rgb(34,7,62); }

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

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

 span { border-color: rgb(34,7,62); }

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