Html Css Color HEX #200742 Blackcurrant

📋 copy color: '#200742'

red 32 ◦ green 7 ◦ blue 66

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

Shades of Blackcurrant #200742

Tints of Blackcurrant #200742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 62.86%

R = 30.48%
G = 6.67%
B = 62.86%

CMYK

 C value IS 0.52

 M value IS 0.89

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#200742 (or 0x200742) is known color: Blackcurrant. HEX triplet: 20, 07 and 42. RGB value is (32,7,66). Sum of RGB (Red+Green+Blue) = 32+7+66=105 (13% of max value = 765). Red value is 32 (12.89% from 255 or 30.48% from 105); Green value is 7 (3.12% from 255 or 6.67% from 105); Blue value is 66 (26.17% from 255 or 62.86% from 105); Max value from RGB is 66 - color contains mainly: blue. Hex color #200742 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200742 is #DFF8BD. Grayscale: #141414. Windows color (decimal): -14678206 or 4327200. OLE color: 4327200.

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

Color convert

RGB 32 7 66 -
CMYK 0.52 0.89 0 0.74
HSL 265.42º 0.81% 0.14% -
HSV(B) 265.42º 0.89% 0.26% -
XYZ 1.66 0.85 5.23 -
YUV 21.2 153.28 135.7 -
System Red Green Blue C M Y K H S L
Decimal 32 7 66 0.52 0.89 0 0.74 265.42 0.81 0.14
Hex 20 7 42 34 59 0 4A 109 51 E
Octal 40 7 102 64 131 0 112 411 121 16
Binary 100000 111 1000010 110100 1011001 0 1001010 100001001 1010001 1110

Color Harmonies of #200742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200742

Black with #200742

Text Example


Text Example

White with #200742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200742; }

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

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

background-color css

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

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

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

border-color css

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

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

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