#090312

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

Shades of Blackcurrant #090312

Tints of Blackcurrant #090312

Color information

#090312 (or 0x090312) is unknown color: approx Blackcurrant. HEX triplet: 09, 03 and 12. RGB value is (9,3,18). Sum of RGB (Red+Green+Blue) = 9+3+18=30 (3% of max value = 765). Red value is 9 (3.91% from 255 or 30% from 30); Green value is 3 (1.56% from 255 or 10% from 30); Blue value is 18 (7.42% from 255 or 60% from 30); Max value from RGB is 18 - color contains mainly: blue. Hex color #090312 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090312 is #F6FCED. Grayscale: #060606. Windows color (decimal): -16186606 or 1180425. OLE color: 1180425.

HSL color Cylindrical-coordinate representation of color #090312: hue angle of 264º degrees, saturation: 0.71, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #090312 is Cyan = 0.5, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB9318-
CMYK0.50.8300.93
HSL264º71.43%4.12%-
HSV(B)264º83.33%7.06%-
XYZ0.250.170.59-
YUV6.5134.49129.78-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 30%
GREEN value IS 3 (1.56% from 255) = 10%
BLUE value IS 18 (7.42% from 255) = 60%
R=30%
G=10%
B=60%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal93180.50.8300.9326471.434.12
Hex9312325305D108474
Octal113226212301354101074
Binary100111100101100101010011010111011000010001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090312; }

 p { color: rgb(9,3,18); }

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

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

 a { background-color: rgb(9,3,18); }

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

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

 span { border-color: rgb(9,3,18); }

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