Html Css Color HEX #200239 Blackcurrant

📋 copy color: '#200239'

red 32 ◦ green 2 ◦ blue 57

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

Shades of Blackcurrant #200239

Tints of Blackcurrant #200239

RGB

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

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

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

R = 35.16%
G = 2.2%
B = 62.64%

CMYK

 C value IS 0.44

 M value IS 0.96

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#200239 (or 0x200239) is known color: Blackcurrant. HEX triplet: 20, 02 and 39. RGB value is (32,2,57). Sum of RGB (Red+Green+Blue) = 32+2+57=91 (12% of max value = 765). Red value is 32 (12.89% from 255 or 35.16% from 91); Green value is 2 (1.17% from 255 or 2.20% from 91); Blue value is 57 (22.66% from 255 or 62.64% from 91); Max value from RGB is 57 - color contains mainly: blue. Hex color #200239 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200239 is #DFFDC6. Grayscale: #111111. Windows color (decimal): -14679495 or 3736096. OLE color: 3736096.

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

Color convert

RGB 32 2 57 -
CMYK 0.44 0.96 0 0.78
HSL 272.73º 0.93% 0.12% -
HSV(B) 272.73º 0.96% 0.22% -
XYZ 1.36 0.65 3.92 -
YUV 17.24 150.44 138.53 -
System Red Green Blue C M Y K H S L
Decimal 32 2 57 0.44 0.96 0 0.78 272.73 0.93 0.12
Hex 20 2 39 2C 60 0 4E 111 5D C
Octal 40 2 71 54 140 0 116 421 135 14
Binary 100000 10 111001 101100 1100000 0 1001110 100010001 1011101 1100

Color Harmonies of #200239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200239

Black with #200239

Text Example


Text Example

White with #200239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200239; }

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

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

background-color css

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

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

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

border-color css

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

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

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