#300244

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

Shades of Blackcurrant #300244

Tints of Blackcurrant #300244

Color information

#300244 (or 0x300244) is unknown color: approx Blackcurrant. HEX triplet: 30, 02 and 44. RGB value is (48,2,68). Sum of RGB (Red+Green+Blue) = 48+2+68=118 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.68% from 118); Green value is 2 (1.17% from 255 or 1.69% from 118); Blue value is 68 (26.95% from 255 or 57.63% from 118); Max value from RGB is 68 - color contains mainly: blue. Hex color #300244 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300244 is #CFFDBB. Grayscale: #171717. Windows color (decimal): -13630908 or 4457008. OLE color: 4457008.

HSL color Cylindrical-coordinate representation of color #300244: hue angle of 281.82º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #300244 is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB48268-
CMYK0.290.9700.73
HSL281.82º94.29%13.73%-
HSV(B)281.82º97.06%26.67%-
XYZ2.281.095.56-
YUV23.28153.24145.63-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 40.68%
GREEN value IS 2 (1.17% from 255) = 1.69%
BLUE value IS 68 (26.95% from 255) = 57.63%
R=40.68%
G=1.69%
B=57.63%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal482680.290.9700.73281.8294.2913.73
Hex302441D6104911a5ee
Octal60210435141011143213616
Binary1100001010001001110111000010100100110001101010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300244; }

 p { color: rgb(48,2,68); }

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

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

 a { background-color: rgb(48,2,68); }

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

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

 span { border-color: rgb(48,2,68); }

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