#200730

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

Shades of Blackcurrant #200730

Tints of Blackcurrant #200730

Color information

#200730 (or 0x200730) is unknown color: approx Blackcurrant. HEX triplet: 20, 07 and 30. RGB value is (32,7,48). Sum of RGB (Red+Green+Blue) = 32+7+48=87 (11% of max value = 765). Red value is 32 (12.89% from 255 or 36.78% from 87); Green value is 7 (3.12% from 255 or 8.05% from 87); Blue value is 48 (19.14% from 255 or 55.17% from 87); Max value from RGB is 48 - color contains mainly: blue. Hex color #200730 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200730 is #DFF8CF. Grayscale: #131313. Windows color (decimal): -14678224 or 3147552. OLE color: 3147552.

HSL color Cylindrical-coordinate representation of color #200730: hue angle of 276.59º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #200730 is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB32748-
CMYK0.330.8500.81
HSL276.59º74.55%10.78%-
HSV(B)276.59º85.42%18.82%-
XYZ1.210.672.86-
YUV19.15144.28137.17-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 36.78%
GREEN value IS 7 (3.12% from 255) = 8.05%
BLUE value IS 48 (19.14% from 255) = 55.17%
R=36.78%
G=8.05%
B=55.17%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal327480.330.8500.81276.5974.5510.78
Hex2073021550511154bb
Octal4076041125012142511313
Binary10000011111000010000110101010101000110001010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200730; }

 p { color: rgb(32,7,48); }

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

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

 a { background-color: rgb(32,7,48); }

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

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

 span { border-color: rgb(32,7,48); }

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