Html Css Color HEX #200141 Blackcurrant

📋 copy color: '#200141'

red 32 ◦ green 1 ◦ blue 65

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

Shades of Blackcurrant #200141

Tints of Blackcurrant #200141

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.02%

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

R = 32.65%
G = 1.02%
B = 66.33%

CMYK

 C value IS 0.51

 M value IS 0.98

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#200141 (or 0x200141) is known color: Blackcurrant. HEX triplet: 20, 01 and 41. RGB value is (32,1,65). Sum of RGB (Red+Green+Blue) = 32+1+65=98 (12% of max value = 765). Red value is 32 (12.89% from 255 or 32.65% from 98); Green value is 1 (0.78% from 255 or 1.02% from 98); Blue value is 65 (25.78% from 255 or 66.33% from 98); Max value from RGB is 65 - color contains mainly: blue. Hex color #200141 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200141 is #DFFEBE. Grayscale: #111111. Windows color (decimal): -14679743 or 4260128. OLE color: 4260128.

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

Color convert

RGB 32 1 65 -
CMYK 0.51 0.98 0 0.75
HSL 269.06º 0.97% 0.13% -
HSV(B) 269.06º 0.98% 0.25% -
XYZ 1.56 0.71 5.06 -
YUV 17.57 154.77 138.3 -
System Red Green Blue C M Y K H S L
Decimal 32 1 65 0.51 0.98 0 0.75 269.06 0.97 0.13
Hex 20 1 41 33 62 0 4B 10D 61 D
Octal 40 1 101 63 142 0 113 415 141 15
Binary 100000 1 1000001 110011 1100010 0 1001011 100001101 1100001 1101

Color Harmonies of #200141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200141

Black with #200141

Text Example


Text Example

White with #200141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200141; }

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

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

background-color css

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

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

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

border-color css

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

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

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