Html Css Color HEX #200232 Blackcurrant

📋 copy color: '#200232'

red 32 ◦ green 2 ◦ blue 50

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

Shades of Blackcurrant #200232

Tints of Blackcurrant #200232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 59.52%

R = 38.1%
G = 2.38%
B = 59.52%

CMYK

 C value IS 0.36

 M value IS 0.96

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#200232 (or 0x200232) is known color: Blackcurrant. HEX triplet: 20, 02 and 32. RGB value is (32,2,50). Sum of RGB (Red+Green+Blue) = 32+2+50=84 (11% of max value = 765). Red value is 32 (12.89% from 255 or 38.10% from 84); Green value is 2 (1.17% from 255 or 2.38% from 84); Blue value is 50 (19.92% from 255 or 59.52% from 84); Max value from RGB is 50 - color contains mainly: blue. Hex color #200232 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200232 is #DFFDCD. Grayscale: #101010. Windows color (decimal): -14679502 or 3277344. OLE color: 3277344.

HSL color Cylindrical-coordinate representation of color #200232: hue angle of 277.5º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #200232 is Cyan = 0.36, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 32 2 50 -
CMYK 0.36 0.96 0 0.80
HSL 277.5º 0.92% 0.1% -
HSV(B) 277.5º 0.96% 0.2% -
XYZ 1.19 0.58 3.07 -
YUV 16.44 146.94 139.1 -
System Red Green Blue C M Y K H S L
Decimal 32 2 50 0.36 0.96 0 0.80 277.5 0.92 0.1
Hex 20 2 32 24 60 0 50 116 5C A
Octal 40 2 62 44 140 0 120 426 134 12
Binary 100000 10 110010 100100 1100000 0 1010000 100010110 1011100 1010

Color Harmonies of #200232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200232

Black with #200232

Text Example


Text Example

White with #200232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200232; }

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

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

background-color css

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

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

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

border-color css

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

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

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