Html Css Color HEX #200137 Blackcurrant

📋 copy color: '#200137'

red 32 ◦ green 1 ◦ blue 55

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

Shades of Blackcurrant #200137

Tints of Blackcurrant #200137

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.14%

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

R = 36.36%
G = 1.14%
B = 62.5%

CMYK

 C value IS 0.42

 M value IS 0.98

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#200137 (or 0x200137) is known color: Blackcurrant. HEX triplet: 20, 01 and 37. RGB value is (32,1,55). Sum of RGB (Red+Green+Blue) = 32+1+55=88 (11% of max value = 765). Red value is 32 (12.89% from 255 or 36.36% from 88); Green value is 1 (0.78% from 255 or 1.14% from 88); Blue value is 55 (21.88% from 255 or 62.5% from 88); Max value from RGB is 55 - color contains mainly: blue. Hex color #200137 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200137 is #DFFEC8. Grayscale: #101010. Windows color (decimal): -14679753 or 3604768. OLE color: 3604768.

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

Color convert

RGB 32 1 55 -
CMYK 0.42 0.98 0 0.78
HSL 274.44º 0.96% 0.11% -
HSV(B) 274.44º 0.98% 0.22% -
XYZ 1.3 0.6 3.66 -
YUV 16.43 149.77 139.11 -
System Red Green Blue C M Y K H S L
Decimal 32 1 55 0.42 0.98 0 0.78 274.44 0.96 0.11
Hex 20 1 37 2A 62 0 4E 112 60 B
Octal 40 1 67 52 142 0 116 422 140 13
Binary 100000 1 110111 101010 1100010 0 1001110 100010010 1100000 1011

Color Harmonies of #200137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200137

Black with #200137

Text Example


Text Example

White with #200137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200137; }

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

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

background-color css

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

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

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

border-color css

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

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

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