Html Css Color HEX #200831 Blackcurrant

📋 copy color: '#200831'

red 32 ◦ green 8 ◦ blue 49

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

Shades of Blackcurrant #200831

Tints of Blackcurrant #200831

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.99%

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

R = 35.96%
G = 8.99%
B = 55.06%

CMYK

 C value IS 0.35

 M value IS 0.84

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#200831 (or 0x200831) is known color: Blackcurrant. HEX triplet: 20, 08 and 31. RGB value is (32,8,49). Sum of RGB (Red+Green+Blue) = 32+8+49=89 (11% of max value = 765). Red value is 32 (12.89% from 255 or 35.96% from 89); Green value is 8 (3.52% from 255 or 8.99% from 89); Blue value is 49 (19.53% from 255 or 55.06% from 89); Max value from RGB is 49 - color contains mainly: blue. Hex color #200831 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200831 is #DFF7CE. Grayscale: #131313. Windows color (decimal): -14677967 or 3213344. OLE color: 3213344.

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

Color convert

RGB 32 8 49 -
CMYK 0.35 0.84 0 0.81
HSL 275.12º 0.72% 0.11% -
HSV(B) 275.12º 0.84% 0.19% -
XYZ 1.24 0.7 2.98 -
YUV 19.85 144.45 136.67 -
System Red Green Blue C M Y K H S L
Decimal 32 8 49 0.35 0.84 0 0.81 275.12 0.72 0.11
Hex 20 8 31 23 54 0 51 113 48 B
Octal 40 10 61 43 124 0 121 423 110 13
Binary 100000 1000 110001 100011 1010100 0 1010001 100010011 1001000 1011

Color Harmonies of #200831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200831

Black with #200831

Text Example


Text Example

White with #200831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200831; }

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

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

background-color css

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

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

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

border-color css

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

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

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