Html Css Color HEX #200635 Blackcurrant

📋 copy color: '#200635'

red 32 ◦ green 6 ◦ blue 53

#200635
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #200635

Tints of Blackcurrant #200635

RGB

 RED value IS 32 (12.89% from 255) = 35.16%

 GREEN value IS 6 (2.73% from 255) = 6.59%

 BLUE value IS 53 (21.09% from 255) = 58.24%

R = 35.16%
G = 6.59%
B = 58.24%

CMYK

 C value IS 0.40

 M value IS 0.89

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#200635 (or 0x200635) is known color: Blackcurrant. HEX triplet: 20, 06 and 35. RGB value is (32,6,53). Sum of RGB (Red+Green+Blue) = 32+6+53=91 (12% of max value = 765). Red value is 32 (12.89% from 255 or 35.16% from 91); Green value is 6 (2.73% from 255 or 6.59% from 91); Blue value is 53 (21.09% from 255 or 58.24% from 91); Max value from RGB is 53 - color contains mainly: blue. Hex color #200635 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200635 is #DFF9CA. Grayscale: #121212. Windows color (decimal): -14678475 or 3474976. OLE color: 3474976.

HSL color Cylindrical-coordinate representation of color #200635: hue angle of 273.19º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #200635 is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 32 6 53 -
CMYK 0.40 0.89 0 0.79
HSL 273.19º 0.8% 0.12% -
HSV(B) 273.19º 0.89% 0.21% -
XYZ 1.3 0.69 3.43 -
YUV 19.13 147.11 137.18 -
System Red Green Blue C M Y K H S L
Decimal 32 6 53 0.40 0.89 0 0.79 273.19 0.8 0.12
Hex 20 6 35 28 59 0 4F 111 50 C
Octal 40 6 65 50 131 0 117 421 120 14
Binary 100000 110 110101 101000 1011001 0 1001111 100010001 1010000 1100

Color Harmonies of #200635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200635

Black with #200635

Text Example


Text Example

White with #200635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200635; }

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

 H1.HeaderClassName
 {
   color: #200635;
 }
 .AnyTagClassName
 {
   color: #200635;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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