#200348

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

Shades of Blackcurrant #200348

Tints of Blackcurrant #200348

Color information

#200348 (or 0x200348) is unknown color: approx Blackcurrant. HEX triplet: 20, 03 and 48. RGB value is (32,3,72). Sum of RGB (Red+Green+Blue) = 32+3+72=107 (14% of max value = 765). Red value is 32 (12.89% from 255 or 29.91% from 107); Green value is 3 (1.56% from 255 or 2.80% from 107); Blue value is 72 (28.52% from 255 or 67.29% from 107); Max value from RGB is 72 - color contains mainly: blue. Hex color #200348 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200348 is #DFFCB7. Grayscale: #131313. Windows color (decimal): -14679224 or 4719392. OLE color: 4719392.

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

Color convert

RGB32372-
CMYK0.560.9600.72
HSL265.22º92%14.71%-
HSV(B)265.22º95.83%28.24%-
XYZ1.80.846.2-
YUV19.54157.61136.89-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 29.91%
GREEN value IS 3 (1.56% from 255) = 2.80%
BLUE value IS 72 (28.52% from 255) = 67.29%
R=29.91%
G=2.80%
B=67.29%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal323720.560.9600.72265.229214.71
Hex2034838600481095cf
Octal40311070140011041113417
Binary10000011100100011100011000000100100010000100110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200348; }

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

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

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

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

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

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

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

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