Html Css Color HEX #200341 Blackcurrant

📋 copy color: '#200341'

red 32 ◦ green 3 ◦ blue 65

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

Shades of Blackcurrant #200341

Tints of Blackcurrant #200341

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3%

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

R = 32%
G = 3%
B = 65%

CMYK

 C value IS 0.51

 M value IS 0.95

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#200341 (or 0x200341) is known color: Blackcurrant. HEX triplet: 20, 03 and 41. RGB value is (32,3,65). Sum of RGB (Red+Green+Blue) = 32+3+65=100 (13% of max value = 765). Red value is 32 (12.89% from 255 or 32% from 100); Green value is 3 (1.56% from 255 or 3% from 100); Blue value is 65 (25.78% from 255 or 65% from 100); Max value from RGB is 65 - color contains mainly: blue. Hex color #200341 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200341 is #DFFCBE. Grayscale: #121212. Windows color (decimal): -14679231 or 4260640. OLE color: 4260640.

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

Color convert

RGB 32 3 65 -
CMYK 0.51 0.95 0 0.75
HSL 268.06º 0.91% 0.13% -
HSV(B) 268.06º 0.95% 0.25% -
XYZ 1.58 0.75 5.06 -
YUV 18.74 154.11 137.46 -
System Red Green Blue C M Y K H S L
Decimal 32 3 65 0.51 0.95 0 0.75 268.06 0.91 0.13
Hex 20 3 41 33 5F 0 4B 10C 5B D
Octal 40 3 101 63 137 0 113 414 133 15
Binary 100000 11 1000001 110011 1011111 0 1001011 100001100 1011011 1101

Color Harmonies of #200341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200341

Black with #200341

Text Example


Text Example

White with #200341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200341; }

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

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

background-color css

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

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

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

border-color css

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

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

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