#200830

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

Shades of Blackcurrant #200830

Tints of Blackcurrant #200830

Color information

#200830 (or 0x200830) is unknown color: approx Blackcurrant. HEX triplet: 20, 08 and 30. RGB value is (32,8,48). Sum of RGB (Red+Green+Blue) = 32+8+48=88 (11% of max value = 765). Red value is 32 (12.89% from 255 or 36.36% from 88); Green value is 8 (3.52% from 255 or 9.09% from 88); Blue value is 48 (19.14% from 255 or 54.55% from 88); Max value from RGB is 48 - color contains mainly: blue. Hex color #200830 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200830 is #DFF7CF. Grayscale: #131313. Windows color (decimal): -14677968 or 3147808. OLE color: 3147808.

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

Color convert

RGB32848-
CMYK0.330.8300.81
HSL276º71.43%10.98%-
HSV(B)276º83.33%18.82%-
XYZ1.220.692.87-
YUV19.74143.95136.75-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 36.36%
GREEN value IS 8 (3.52% from 255) = 9.09%
BLUE value IS 48 (19.14% from 255) = 54.55%
R=36.36%
G=9.09%
B=54.55%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal328480.330.8300.8127671.4310.98
Hex20830215305111447b
Octal40106041123012142410713
Binary100000100011000010000110100110101000110001010010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200830; }

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

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

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

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

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

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

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

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