#090218

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

Shades of Blackcurrant #090218

Tints of Blackcurrant #090218

Color information

#090218 (or 0x090218) is unknown color: approx Blackcurrant. HEX triplet: 09, 02 and 18. RGB value is (9,2,24). Sum of RGB (Red+Green+Blue) = 9+2+24=35 (4% of max value = 765). Red value is 9 (3.91% from 255 or 25.71% from 35); Green value is 2 (1.17% from 255 or 5.71% from 35); Blue value is 24 (9.77% from 255 or 68.57% from 35); Max value from RGB is 24 - color contains mainly: blue. Hex color #090218 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090218 is #F6FDE7. Grayscale: #060606. Windows color (decimal): -16186856 or 1573385. OLE color: 1573385.

HSL color Cylindrical-coordinate representation of color #090218: hue angle of 259.09º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #090218 is Cyan = 0.63, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB9224-
CMYK0.630.9200.91
HSL259.09º84.62%5.1%-
HSV(B)259.09º91.67%9.41%-
XYZ0.30.170.88-
YUV6.6137.82129.71-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 25.71%
GREEN value IS 2 (1.17% from 255) = 5.71%
BLUE value IS 24 (9.77% from 255) = 68.57%
R=25.71%
G=5.71%
B=68.57%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal92240.630.9200.91259.0984.625.1
Hex92183F5C05B103555
Octal112307713401334031255
Binary100110110001111111011100010110111000000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090218; }

 p { color: rgb(9,2,24); }

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

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

 a { background-color: rgb(9,2,24); }

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

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

 span { border-color: rgb(9,2,24); }

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