Html Css Color HEX #200840 Blackcurrant

📋 copy color: '#200840'

red 32 ◦ green 8 ◦ blue 64

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

Shades of Blackcurrant #200840

Tints of Blackcurrant #200840

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 61.54%

R = 30.77%
G = 7.69%
B = 61.54%

CMYK

 C value IS 0.50

 M value IS 0.87

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#200840 (or 0x200840) is known color: Blackcurrant. HEX triplet: 20, 08 and 40. RGB value is (32,8,64). Sum of RGB (Red+Green+Blue) = 32+8+64=104 (13% of max value = 765). Red value is 32 (12.89% from 255 or 30.77% from 104); Green value is 8 (3.52% from 255 or 7.69% from 104); Blue value is 64 (25.39% from 255 or 61.54% from 104); Max value from RGB is 64 - color contains mainly: blue. Hex color #200840 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200840 is #DFF7BF. Grayscale: #151515. Windows color (decimal): -14677952 or 4196384. OLE color: 4196384.

HSL color Cylindrical-coordinate representation of color #200840: hue angle of 265.71º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #200840 is Cyan = 0.50, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 32 8 64 -
CMYK 0.50 0.87 0 0.75
HSL 265.71º 0.78% 0.14% -
HSV(B) 265.71º 0.88% 0.25% -
XYZ 1.61 0.85 4.93 -
YUV 21.56 151.95 135.45 -
System Red Green Blue C M Y K H S L
Decimal 32 8 64 0.50 0.87 0 0.75 265.71 0.78 0.14
Hex 20 8 40 32 57 0 4B 10A 4E E
Octal 40 10 100 62 127 0 113 412 116 16
Binary 100000 1000 1000000 110010 1010111 0 1001011 100001010 1001110 1110

Color Harmonies of #200840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200840

Black with #200840

Text Example


Text Example

White with #200840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200840; }

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

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

background-color css

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

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

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

border-color css

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

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

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