Html Css Color HEX #200139 Blackcurrant

📋 copy color: '#200139'

red 32 ◦ green 1 ◦ blue 57

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

Shades of Blackcurrant #200139

Tints of Blackcurrant #200139

RGB

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

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

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

R = 35.56%
G = 1.11%
B = 63.33%

CMYK

 C value IS 0.44

 M value IS 0.98

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#200139 (or 0x200139) is known color: Blackcurrant. HEX triplet: 20, 01 and 39. RGB value is (32,1,57). Sum of RGB (Red+Green+Blue) = 32+1+57=90 (11% of max value = 765). Red value is 32 (12.89% from 255 or 35.56% from 90); Green value is 1 (0.78% from 255 or 1.11% from 90); Blue value is 57 (22.66% from 255 or 63.33% from 90); Max value from RGB is 57 - color contains mainly: blue. Hex color #200139 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200139 is #DFFEC6. Grayscale: #101010. Windows color (decimal): -14679751 or 3735840. OLE color: 3735840.

HSL color Cylindrical-coordinate representation of color #200139: hue angle of 273.21º degrees, saturation: 0.97, 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 #200139 is Cyan = 0.44, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 32 1 57 -
CMYK 0.44 0.98 0 0.78
HSL 273.21º 0.97% 0.11% -
HSV(B) 273.21º 0.98% 0.22% -
XYZ 1.35 0.62 3.92 -
YUV 16.65 150.77 138.95 -
System Red Green Blue C M Y K H S L
Decimal 32 1 57 0.44 0.98 0 0.78 273.21 0.97 0.11
Hex 20 1 39 2C 62 0 4E 111 61 B
Octal 40 1 71 54 142 0 116 421 141 13
Binary 100000 1 111001 101100 1100010 0 1001110 100010001 1100001 1011

Color Harmonies of #200139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200139

Black with #200139

Text Example


Text Example

White with #200139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200139; }

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

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

background-color css

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

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

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

border-color css

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

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

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