Html Css Color HEX #200541 Blackcurrant

📋 copy color: '#200541'

red 32 ◦ green 5 ◦ blue 65

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

Shades of Blackcurrant #200541

Tints of Blackcurrant #200541

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.9%

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

R = 31.37%
G = 4.9%
B = 63.73%

CMYK

 C value IS 0.51

 M value IS 0.92

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#200541 (or 0x200541) is known color: Blackcurrant. HEX triplet: 20, 05 and 41. RGB value is (32,5,65). Sum of RGB (Red+Green+Blue) = 32+5+65=102 (13% of max value = 765). Red value is 32 (12.89% from 255 or 31.37% from 102); Green value is 5 (2.34% from 255 or 4.90% from 102); Blue value is 65 (25.78% from 255 or 63.73% from 102); Max value from RGB is 65 - color contains mainly: blue. Hex color #200541 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200541 is #DFFABE. Grayscale: #131313. Windows color (decimal): -14678719 or 4261152. OLE color: 4261152.

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

Color convert

RGB 32 5 65 -
CMYK 0.51 0.92 0 0.75
HSL 267º 0.86% 0.14% -
HSV(B) 267º 0.92% 0.25% -
XYZ 1.6 0.8 5.07 -
YUV 19.91 153.45 136.62 -
System Red Green Blue C M Y K H S L
Decimal 32 5 65 0.51 0.92 0 0.75 267 0.86 0.14
Hex 20 5 41 33 5C 0 4B 10B 56 E
Octal 40 5 101 63 134 0 113 413 126 16
Binary 100000 101 1000001 110011 1011100 0 1001011 100001011 1010110 1110

Color Harmonies of #200541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200541

Black with #200541

Text Example


Text Example

White with #200541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200541; }

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

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

background-color css

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

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

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

border-color css

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

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

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