#200148

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

Shades of Blackcurrant #200148

Tints of Blackcurrant #200148

Color information

#200148 (or 0x200148) is unknown color: approx Blackcurrant. HEX triplet: 20, 01 and 48. RGB value is (32,1,72). Sum of RGB (Red+Green+Blue) = 32+1+72=105 (13% of max value = 765). Red value is 32 (12.89% from 255 or 30.48% from 105); Green value is 1 (0.78% from 255 or 0.95% from 105); Blue value is 72 (28.52% from 255 or 68.57% from 105); Max value from RGB is 72 - color contains mainly: blue. Hex color #200148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200148 is #DFFEB7. Grayscale: #121212. Windows color (decimal): -14679736 or 4718880. OLE color: 4718880.

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

Color convert

RGB32172-
CMYK0.560.9900.72
HSL266.2º97.26%14.31%-
HSV(B)266.2º98.61%28.24%-
XYZ1.780.86.19-
YUV18.36158.27137.73-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 30.48%
GREEN value IS 1 (0.78% from 255) = 0.95%
BLUE value IS 72 (28.52% from 255) = 68.57%
R=30.48%
G=0.95%
B=68.57%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal321720.560.9900.72266.297.2614.31
Hex20148386304810a61e
Octal40111070143011041214116
Binary1000001100100011100011000110100100010000101011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200148; }

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

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

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

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

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

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

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

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