Html Css Color HEX #200741 Blackcurrant

📋 copy color: '#200741'

red 32 ◦ green 7 ◦ blue 65

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

Shades of Blackcurrant #200741

Tints of Blackcurrant #200741

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.73%

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

R = 30.77%
G = 6.73%
B = 62.5%

CMYK

 C value IS 0.51

 M value IS 0.89

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#200741 (or 0x200741) is known color: Blackcurrant. HEX triplet: 20, 07 and 41. RGB value is (32,7,65). Sum of RGB (Red+Green+Blue) = 32+7+65=104 (13% of max value = 765). Red value is 32 (12.89% from 255 or 30.77% from 104); Green value is 7 (3.12% from 255 or 6.73% from 104); Blue value is 65 (25.78% from 255 or 62.5% from 104); Max value from RGB is 65 - color contains mainly: blue. Hex color #200741 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200741 is #DFF8BE. Grayscale: #141414. Windows color (decimal): -14678207 or 4261664. OLE color: 4261664.

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

Color convert

RGB 32 7 65 -
CMYK 0.51 0.89 0 0.75
HSL 265.86º 0.81% 0.14% -
HSV(B) 265.86º 0.89% 0.25% -
XYZ 1.63 0.84 5.08 -
YUV 21.09 152.78 135.78 -
System Red Green Blue C M Y K H S L
Decimal 32 7 65 0.51 0.89 0 0.75 265.86 0.81 0.14
Hex 20 7 41 33 59 0 4B 10A 51 E
Octal 40 7 101 63 131 0 113 412 121 16
Binary 100000 111 1000001 110011 1011001 0 1001011 100001010 1010001 1110

Color Harmonies of #200741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200741

Black with #200741

Text Example


Text Example

White with #200741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200741; }

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

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

background-color css

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

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

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

border-color css

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

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

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