#200E35

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

Shades of Blackcurrant #200E35

Tints of Blackcurrant #200E35

Color information

#200E35 (or 0x200E35) is unknown color: approx Blackcurrant. HEX triplet: 20, 0E and 35. RGB value is (32,14,53). Sum of RGB (Red+Green+Blue) = 32+14+53=99 (13% of max value = 765). Red value is 32 (12.89% from 255 or 32.32% from 99); Green value is 14 (5.86% from 255 or 14.14% from 99); Blue value is 53 (21.09% from 255 or 53.54% from 99); Max value from RGB is 53 - color contains mainly: blue. Hex color #200E35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200E35 is #DFF1CA. Grayscale: #171717. Windows color (decimal): -14676427 or 3477024. OLE color: 3477024.

HSL color Cylindrical-coordinate representation of color #200E35: hue angle of 267.69º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #200E35 is Cyan = 0.40, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB321453-
CMYK0.400.7400.79
HSL267.69º58.21%13.14%-
HSV(B)267.69º73.58%20.78%-
XYZ1.40.883.46-
YUV23.83144.46133.83-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 32.32%
GREEN value IS 14 (5.86% from 255) = 14.14%
BLUE value IS 53 (21.09% from 255) = 53.54%
R=32.32%
G=14.14%
B=53.54%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3214530.400.7400.79267.6958.2113.14
Hex20E35284A04F10c3ad
Octal4016655011201174147215
Binary10000011101101011010001001010010011111000011001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,14,53); }

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

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

 a { background-color: rgb(32,14,53); }

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

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

 span { border-color: rgb(32,14,53); }

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