Html Css Color HEX #200031 Blackcurrant

📋 copy color: '#200031'

red 32 ◦ green 0 ◦ blue 49

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

Shades of Blackcurrant #200031

Tints of Blackcurrant #200031

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 49 (19.53% from 255) = 60.49%

R = 39.51%
G = 0%
B = 60.49%

CMYK

 C value IS 0.35

 M value IS 1

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#200031 (or 0x200031) is known color: Blackcurrant. HEX triplet: 20, 00 and 31. RGB value is (32,0,49). Sum of RGB (Red+Green+Blue) = 32+0+49=81 (10% of max value = 765). Red value is 32 (12.89% from 255 or 39.51% from 81); Green value is 0 (0.39% from 255 or 0% from 81); Blue value is 49 (19.53% from 255 or 60.49% from 81); Max value from RGB is 49 - color contains mainly: blue. Hex color #200031 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200031 is #DFFFCE. Grayscale: #0E0E0E. Windows color (decimal): -14680015 or 3211296. OLE color: 3211296.

HSL color Cylindrical-coordinate representation of color #200031: hue angle of 279.18º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #200031 is Cyan = 0.35, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 32 0 49 -
CMYK 0.35 1 0 0.81
HSL 279.18º 1% 0.1% -
HSV(B) 279.18º 1% 0.19% -
XYZ 1.15 0.53 2.95 -
YUV 15.15 147.1 140.02 -
System Red Green Blue C M Y K H S L
Decimal 32 0 49 0.35 1 0 0.81 279.18 1 0.1
Hex 20 0 31 23 64 0 51 117 64 A
Octal 40 0 61 43 144 0 121 427 144 12
Binary 100000 0 110001 100011 1100100 0 1010001 100010111 1100100 1010

Color Harmonies of #200031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200031

Black with #200031

Text Example


Text Example

White with #200031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200031; }

 p { color: rgb(32,0,49); }

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

background-color css

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

 a { background-color: rgb(32,0,49); }

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

border-color css

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

 span { border-color: rgb(32,0,49); }

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