#200F2D

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

Shades of Blackcurrant #200F2D

Tints of Blackcurrant #200F2D

Color information

#200F2D (or 0x200F2D) is unknown color: approx Blackcurrant. HEX triplet: 20, 0F and 2D. RGB value is (32,15,45). Sum of RGB (Red+Green+Blue) = 32+15+45=92 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.78% from 92); Green value is 15 (6.25% from 255 or 16.30% from 92); Blue value is 45 (17.97% from 255 or 48.91% from 92); Max value from RGB is 45 - color contains mainly: blue. Hex color #200F2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200F2D is #DFF0D2. Grayscale: #171717. Windows color (decimal): -14676179 or 2952992. OLE color: 2952992.

HSL color Cylindrical-coordinate representation of color #200F2D: hue angle of 274º degrees, saturation: 0.5, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #200F2D is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB321545-
CMYK0.290.6700.82
HSL274º50%11.76%-
HSV(B)274º66.67%17.65%-
XYZ1.240.842.58-
YUV23.5140.13134.06-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 34.78%
GREEN value IS 15 (6.25% from 255) = 16.30%
BLUE value IS 45 (17.97% from 255) = 48.91%
R=34.78%
G=16.30%
B=48.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3215450.290.6700.822745011.76
Hex20F2D1D4305211232c
Octal4017553510301224226214
Binary1000001111101101111011000011010100101000100101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,15,45); }

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

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

 a { background-color: rgb(32,15,45); }

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

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

 span { border-color: rgb(32,15,45); }

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