#200B2A

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

Shades of Blackcurrant #200B2A

Tints of Blackcurrant #200B2A

Color information

#200B2A (or 0x200B2A) is unknown color: approx Blackcurrant. HEX triplet: 20, 0B and 2A. RGB value is (32,11,42). Sum of RGB (Red+Green+Blue) = 32+11+42=85 (11% of max value = 765). Red value is 32 (12.89% from 255 or 37.65% from 85); Green value is 11 (4.69% from 255 or 12.94% from 85); Blue value is 42 (16.80% from 255 or 49.41% from 85); Max value from RGB is 42 - color contains mainly: blue. Hex color #200B2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200B2A is #DFF4D5. Grayscale: #141414. Windows color (decimal): -14677206 or 2755360. OLE color: 2755360.

HSL color Cylindrical-coordinate representation of color #200B2A: hue angle of 280.65º degrees, saturation: 0.58, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #200B2A is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB321142-
CMYK0.240.7400.84
HSL280.65º58.49%10.39%-
HSV(B)280.65º73.81%16.47%-
XYZ1.130.712.27-
YUV20.81139.96135.98-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 37.65%
GREEN value IS 11 (4.69% from 255) = 12.94%
BLUE value IS 42 (16.80% from 255) = 49.41%
R=37.65%
G=12.94%
B=49.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3211420.240.7400.84280.6558.4910.39
Hex20B2A184A0541193aa
Octal4013523011201244317212
Binary1000001011101010110001001010010101001000110011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200B2A; }

 p { color: rgb(32,11,42); }

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

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

 a { background-color: rgb(32,11,42); }

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

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

 span { border-color: rgb(32,11,42); }

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