Html Css Color HEX #200641 Blackcurrant

📋 copy color: '#200641'

red 32 ◦ green 6 ◦ blue 65

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

Shades of Blackcurrant #200641

Tints of Blackcurrant #200641

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.83%

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

R = 31.07%
G = 5.83%
B = 63.11%

CMYK

 C value IS 0.51

 M value IS 0.91

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#200641 (or 0x200641) is known color: Blackcurrant. HEX triplet: 20, 06 and 41. RGB value is (32,6,65). Sum of RGB (Red+Green+Blue) = 32+6+65=103 (13% of max value = 765). Red value is 32 (12.89% from 255 or 31.07% from 103); Green value is 6 (2.73% from 255 or 5.83% from 103); Blue value is 65 (25.78% from 255 or 63.11% from 103); Max value from RGB is 65 - color contains mainly: blue. Hex color #200641 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200641 is #DFF9BE. Grayscale: #141414. Windows color (decimal): -14678463 or 4261408. OLE color: 4261408.

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

Color convert

RGB 32 6 65 -
CMYK 0.51 0.91 0 0.75
HSL 266.44º 0.83% 0.14% -
HSV(B) 266.44º 0.91% 0.25% -
XYZ 1.61 0.82 5.07 -
YUV 20.5 153.11 136.2 -
System Red Green Blue C M Y K H S L
Decimal 32 6 65 0.51 0.91 0 0.75 266.44 0.83 0.14
Hex 20 6 41 33 5B 0 4B 10A 53 E
Octal 40 6 101 63 133 0 113 412 123 16
Binary 100000 110 1000001 110011 1011011 0 1001011 100001010 1010011 1110

Color Harmonies of #200641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200641

Black with #200641

Text Example


Text Example

White with #200641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200641; }

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

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

background-color css

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

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

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

border-color css

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

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

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