Html Css Color HEX #200242 Blackcurrant

📋 copy color: '#200242'

red 32 ◦ green 2 ◦ blue 66

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

Shades of Blackcurrant #200242

Tints of Blackcurrant #200242

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2%

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

R = 32%
G = 2%
B = 66%

CMYK

 C value IS 0.52

 M value IS 0.97

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#200242 (or 0x200242) is known color: Blackcurrant. HEX triplet: 20, 02 and 42. RGB value is (32,2,66). Sum of RGB (Red+Green+Blue) = 32+2+66=100 (13% of max value = 765). Red value is 32 (12.89% from 255 or 32% from 100); Green value is 2 (1.17% from 255 or 2% from 100); Blue value is 66 (26.17% from 255 or 66% from 100); Max value from RGB is 66 - color contains mainly: blue. Hex color #200242 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200242 is #DFFDBD. Grayscale: #121212. Windows color (decimal): -14679486 or 4325920. OLE color: 4325920.

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

Color convert

RGB 32 2 66 -
CMYK 0.52 0.97 0 0.74
HSL 268.13º 0.94% 0.13% -
HSV(B) 268.13º 0.97% 0.26% -
XYZ 1.6 0.74 5.21 -
YUV 18.27 154.94 137.8 -
System Red Green Blue C M Y K H S L
Decimal 32 2 66 0.52 0.97 0 0.74 268.13 0.94 0.13
Hex 20 2 42 34 61 0 4A 10C 5E D
Octal 40 2 102 64 141 0 112 414 136 15
Binary 100000 10 1000010 110100 1100001 0 1001010 100001100 1011110 1101

Color Harmonies of #200242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200242

Black with #200242

Text Example


Text Example

White with #200242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200242; }

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

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

background-color css

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

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

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

border-color css

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

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

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