Html Css Color HEX #200039 Blackcurrant

📋 copy color: '#200039'

red 32 ◦ green 0 ◦ blue 57

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

Shades of Blackcurrant #200039

Tints of Blackcurrant #200039

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 57 (22.66% from 255) = 64.04%

R = 35.96%
G = 0%
B = 64.04%

CMYK

 C value IS 0.44

 M value IS 1

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#200039 (or 0x200039) is known color: Blackcurrant. HEX triplet: 20, 00 and 39. RGB value is (32,0,57). Sum of RGB (Red+Green+Blue) = 32+0+57=89 (11% of max value = 765). Red value is 32 (12.89% from 255 or 35.96% from 89); Green value is 0 (0.39% from 255 or 0% from 89); Blue value is 57 (22.66% from 255 or 64.04% from 89); Max value from RGB is 57 - color contains mainly: blue. Hex color #200039 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200039 is #DFFFC6. Grayscale: #0F0F0F. Windows color (decimal): -14680007 or 3735584. OLE color: 3735584.

HSL color Cylindrical-coordinate representation of color #200039: hue angle of 273.68º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #200039 is Cyan = 0.44, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 32 0 57 -
CMYK 0.44 1 0 0.78
HSL 273.68º 1% 0.11% -
HSV(B) 273.68º 1% 0.22% -
XYZ 1.33 0.6 3.92 -
YUV 16.07 151.1 139.37 -
System Red Green Blue C M Y K H S L
Decimal 32 0 57 0.44 1 0 0.78 273.68 1 0.11
Hex 20 0 39 2C 64 0 4E 112 64 B
Octal 40 0 71 54 144 0 116 422 144 13
Binary 100000 0 111001 101100 1100100 0 1001110 100010010 1100100 1011

Color Harmonies of #200039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200039

Black with #200039

Text Example


Text Example

White with #200039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200039; }

 p { color: rgb(32,0,57); }

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

background-color css

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

 a { background-color: rgb(32,0,57); }

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

border-color css

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

 span { border-color: rgb(32,0,57); }

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