Html Css Color HEX #200037 Blackcurrant

📋 copy color: '#200037'

red 32 ◦ green 0 ◦ blue 55

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

Shades of Blackcurrant #200037

Tints of Blackcurrant #200037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 63.22%

R = 36.78%
G = 0%
B = 63.22%

CMYK

 C value IS 0.42

 M value IS 1

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#200037 (or 0x200037) is known color: Blackcurrant. HEX triplet: 20, 00 and 37. RGB value is (32,0,55). Sum of RGB (Red+Green+Blue) = 32+0+55=87 (11% of max value = 765). Red value is 32 (12.89% from 255 or 36.78% from 87); Green value is 0 (0.39% from 255 or 0% from 87); Blue value is 55 (21.88% from 255 or 63.22% from 87); Max value from RGB is 55 - color contains mainly: blue. Hex color #200037 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200037 is #DFFFC8. Grayscale: #0F0F0F. Windows color (decimal): -14680009 or 3604512. OLE color: 3604512.

HSL color Cylindrical-coordinate representation of color #200037: hue angle of 274.91º 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 #200037 is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 32 0 55 -
CMYK 0.42 1 0 0.78
HSL 274.91º 1% 0.11% -
HSV(B) 274.91º 1% 0.22% -
XYZ 1.29 0.58 3.66 -
YUV 15.84 150.1 139.53 -
System Red Green Blue C M Y K H S L
Decimal 32 0 55 0.42 1 0 0.78 274.91 1 0.11
Hex 20 0 37 2A 64 0 4E 113 64 B
Octal 40 0 67 52 144 0 116 423 144 13
Binary 100000 0 110111 101010 1100100 0 1001110 100010011 1100100 1011

Color Harmonies of #200037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200037

Black with #200037

Text Example


Text Example

White with #200037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200037; }

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

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

background-color css

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

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

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

border-color css

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

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

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