Html Css Color HEX #200041 Blackcurrant

📋 copy color: '#200041'

red 32 ◦ green 0 ◦ blue 65

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

Shades of Blackcurrant #200041

Tints of Blackcurrant #200041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 67.01%

R = 32.99%
G = 0%
B = 67.01%

CMYK

 C value IS 0.51

 M value IS 1

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#200041 (or 0x200041) is known color: Blackcurrant. HEX triplet: 20, 00 and 41. RGB value is (32,0,65). Sum of RGB (Red+Green+Blue) = 32+0+65=97 (12% of max value = 765). Red value is 32 (12.89% from 255 or 32.99% from 97); Green value is 0 (0.39% from 255 or 0% from 97); Blue value is 65 (25.78% from 255 or 67.01% from 97); Max value from RGB is 65 - color contains mainly: blue. Hex color #200041 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200041 is #DFFFBE. Grayscale: #101010. Windows color (decimal): -14679999 or 4259872. OLE color: 4259872.

HSL color Cylindrical-coordinate representation of color #200041: hue angle of 269.54º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #200041 is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 32 0 65 -
CMYK 0.51 1 0 0.75
HSL 269.54º 1% 0.13% -
HSV(B) 269.54º 1% 0.25% -
XYZ 1.55 0.69 5.05 -
YUV 16.98 155.1 138.71 -
System Red Green Blue C M Y K H S L
Decimal 32 0 65 0.51 1 0 0.75 269.54 1 0.13
Hex 20 0 41 33 64 0 4B 10E 64 D
Octal 40 0 101 63 144 0 113 416 144 15
Binary 100000 0 1000001 110011 1100100 0 1001011 100001110 1100100 1101

Color Harmonies of #200041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200041

Black with #200041

Text Example


Text Example

White with #200041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200041; }

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

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

background-color css

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

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

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

border-color css

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

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

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