#200248

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

Shades of Blackcurrant #200248

Tints of Blackcurrant #200248

Color information

#200248 (or 0x200248) is unknown color: approx Blackcurrant. HEX triplet: 20, 02 and 48. RGB value is (32,2,72). Sum of RGB (Red+Green+Blue) = 32+2+72=106 (14% of max value = 765). Red value is 32 (12.89% from 255 or 30.19% from 106); Green value is 2 (1.17% from 255 or 1.89% from 106); Blue value is 72 (28.52% from 255 or 67.92% from 106); Max value from RGB is 72 - color contains mainly: blue. Hex color #200248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200248 is #DFFDB7. Grayscale: #121212. Windows color (decimal): -14679480 or 4719136. OLE color: 4719136.

HSL color Cylindrical-coordinate representation of color #200248: hue angle of 265.71º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #200248 is Cyan = 0.56, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB32272-
CMYK0.560.9700.72
HSL265.71º94.59%14.51%-
HSV(B)265.71º97.22%28.24%-
XYZ1.790.826.19-
YUV18.95157.94137.31-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 30.19%
GREEN value IS 2 (1.17% from 255) = 1.89%
BLUE value IS 72 (28.52% from 255) = 67.92%
R=30.19%
G=1.89%
B=67.92%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal322720.560.9700.72265.7194.5914.51
Hex20248386104810a5ff
Octal40211070141011041213717
Binary10000010100100011100011000010100100010000101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200248; }

 p { color: rgb(32,2,72); }

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

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

 a { background-color: rgb(32,2,72); }

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

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

 span { border-color: rgb(32,2,72); }

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